Gets or sets the actual size of the extra immediate value.
            
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public DataSize ExtraImmediateSize { get; set; } | 
| Visual Basic | 
|---|
| Public Property ExtraImmediateSize As DataSize
	Get
	Set | 
Field Value
A member of the 
DataSize enumeration.
            The default is 
None.
 Exceptions
Exceptions
 Contracts
Contracts
Get
| Ensures | 
|---|
| Enum.IsDefined(typeof(DataSize), Contract.Result<DataSize>()) | 
Set
| Requires | 
|---|
| Enum.IsDefined(typeof(DataSize), value) | 
 See Also
See Also