Called when a Section is visited.

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

Syntax

C#
void VisitSection(
	Section section
)
Visual Basic
Sub VisitSection ( _
	section As Section _
)
Visual C++
void VisitSection(
	Section^ section
)

Parameters

section
Type: SharpAssembler.Core..::..Section
The Section being visited.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionsection == null

Contracts

See Also