Initializes a new instance of the SimpleExpression class
with the specified reference address.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public SimpleExpression( Reference reference ) |
Visual Basic |
---|
Public Sub New ( _ reference As Reference _ ) |
Visual C++ |
---|
public: SimpleExpression( Reference^ reference ) |
Parameters
- reference
- Type: SharpAssembler.Core.Symbols..::..Reference
The reference whose address is used.