Gets or sets the expression specifying the displacement of the effective address.
Namespace: SharpAssembler.x86.OperandsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Func Displacement { get; set; } |
Visual Basic |
---|
Public Property Displacement As Func
Get
Set |
Visual C++ |
---|
public:
property Func^ Displacement {
Func^ get ();
void set (Func^ value);
} |
Field Value
The displacement
Func<(Of <(<'T, TResult>)>)>; or
nullNothingnullptra null reference (Nothing in Visual Basic) to specify
no displacement.
See Also