Gets the Section in which this constructable is declared.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Section Parent { get; internal set; } |
Visual Basic |
---|
Public Property Parent As Section Get Friend Set |
Visual C++ |
---|
public: property Section^ Parent { Section^ get (); internal: void set (Section^ value); } |