Called when a Constructable is visited.

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

Syntax

C#
void VisitConstructable(
	Constructable constructable
)
Visual Basic
Sub VisitConstructable ( _
	constructable As Constructable _
)
Visual C++
void VisitConstructable(
	Constructable^ constructable
)

Parameters

constructable
Type: SharpAssembler.Core..::..Constructable
The Constructable being visited.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionconstructable == null

Contracts

Requires
constructable != null

See Also