Gets or sets the Section currently being processed.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Section Section { get; set; }
Visual Basic
Public Property Section As Section
	Get
	Set
Visual C++
public:
property Section^ Section {
	Section^ get ();
	void set (Section^ value);
}

Field Value

A Section; or nullNothingnullptra null reference (Nothing in Visual Basic) when no section is currently being processed.

See Also