A symbol reference or definition.

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

Syntax

C#
[SerializableAttribute]
public sealed class Symbol : IAnnotatable
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class Symbol _
	Implements IAnnotatable
Visual C++
[SerializableAttribute]
public ref class Symbol sealed : IAnnotatable

Contracts

Invariants
this.identifier != null
this.association != null
Enum.IsDefined(typeof(SymbolType), this.symbolType)

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core.Symbols..::..Symbol

See Also