Initializes a new instance of the Loop class.
            
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Loop( RelativeOffset target ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ target As RelativeOffset _ ) | 
| Visual C++ | 
|---|
| public: Loop( RelativeOffset^ target ) | 
Parameters
- target
- Type: SharpAssembler.x86.Operands..::..RelativeOffset
 The loop target.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | target == null | 
 Contracts
Contracts
| Requires | ||
|---|---|---|
| target != null 
 | 





