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
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
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | constructable == null | 
 Contracts
Contracts
| Requires | ||
|---|---|---|
| constructable != null 
 | 





