Constructs the IEmittable sequence and symbol table for this section.

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

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

ExceptionCondition
System..::..ArgumentNullExceptioncontext == null

Contracts

See Also