Initializes a new instance of the Immediate class.

Namespace: SharpAssembler.x86.Operands
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Immediate(
	Reference reference
)
Visual Basic
Public Sub New ( _
	reference As Reference _
)
Visual C++
public:
Immediate(
	Reference^ reference
)

Parameters

reference
Type: SharpAssembler.Core.Symbols..::..Reference
A reference.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionreference == null

Contracts

See Also