Gets the array index to check.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public RegisterOperand Index { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Index As RegisterOperand Get |
| Visual C++ |
|---|
public: property RegisterOperand^ Index { RegisterOperand^ get (); } |
Field Value
A RegisterOperand operand.
Contracts
Get
| Ensures |
|---|
Contract.Result<RegisterOperand>() != null |