Gets whether the section has been constructed.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool IsConstructed { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsConstructed As Boolean
Get |
| Visual C++ |
|---|
public:
property bool IsConstructed {
bool get ();
} |
Field Value
trueTruetruetrue (True in Visual Basic) when the section's
Construct(Context) method has
been called; otherwise,
falseFalsefalsefalse (False in Visual Basic).
See Also