Gets the actual size of operand.
            
Namespace: SharpAssembler.x86.OperandsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual DataSize Size { get; } | 
| Visual Basic | 
|---|
| Public Overridable ReadOnly Property Size As DataSize Get | 
| Visual C++ | 
|---|
| public: virtual property DataSize Size { DataSize get (); } | 
Field Value
A member of the DataSize enumeration; or None.Implements
IOperand..::..Size Contracts
Contracts
Get
| Ensures | ||
|---|---|---|
| Enum.IsDefined(typeof(DataSize), Contract.Result<DataSize>()) 
 | 





