Constructs the IEmittable sequence and symbol table for this section.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public void Construct( Context context ) | 
| Visual Basic | 
|---|
| Public Sub Construct ( _ context As Context _ ) | 
| Visual C++ | 
|---|
| public: void Construct( Context^ context ) | 
Parameters
- context
- Type: SharpAssembler.Core..::..Context
 The Context used.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | context == null | 
 Contracts
Contracts
| Requires | ||
|---|---|---|
| context != null 
 | 





