Declares that a symbol is defined elsewhere.

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

Syntax

C#
public class Extern : Constructable, IIdentifiable, 
	IAssociatable
Visual Basic
Public Class Extern _
	Inherits Constructable _
	Implements IIdentifiable, IAssociatable
Visual C++
public ref class Extern : public Constructable, 
	IIdentifiable, IAssociatable

Contracts

Invariants
this.identifier != null
this.length >= 0
this.associatedSymbol != null

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.Core.Instructions..::..Extern

See Also