Called when a Section is visited.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | section == null | 
 Contracts
Contracts
| Requires | ||
|---|---|---|
| section != null 
 | 





