Called when a Constructable is visited.
Namespace: SharpAssembler.CoreAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | constructable == null |
Contracts
Requires | ||
---|---|---|
constructable != null
|