Gets whether this symbol is defined in another file.

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

Syntax

C#
public bool IsExtern { get; }
Visual Basic
Public ReadOnly Property IsExtern As Boolean
	Get
Visual C++
public:
property bool IsExtern {
	bool get ();
}

Field Value

trueTruetruetrue (True in Visual Basic) when the symbol is not defined in this file; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also