Gets the Section in which this constructable is declared.

Namespace: SharpAssembler.Core
Assembly: 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);
}

Field Value

A Section; or nullNothingnullptra null reference (Nothing in Visual Basic) when the constructable is not part of any section.

See Also