Gets the register where the bit index is stored.
            
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 RegisterOperand Destination { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Destination As RegisterOperand Get | 
| Visual C++ | 
|---|
| public: property RegisterOperand^ Destination { RegisterOperand^ get (); } | 
Field Value
A RegisterOperand operand. Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<Operand>() != null | 





