Gets or sets the Section currently being processed.
Namespace: SharpAssembler.CoreAssembly: 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); } |