Gets the length of this Label.
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Int128 Length { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Length As Int128 Get |
| Visual C++ |
|---|
public: property Int128 Length { Int128 get (); } |
Field Value
The length, in bytes. The default is 0.
Contracts
Get
| Ensures |
|---|
Contract.Result<Int128>() >= 0 |