Goblin - A Platform for 3D AR and VR Applications

Definition Class

Base class for Definitions. Definitions may be variables, or scopes that have names.

For a list of all members of this type, see Definition Members.

System.Object
   DDW.CSharp.SymbolTable.Definition
      DDW.CSharp.SymbolTable.BuiltInDefinition
      DDW.CSharp.SymbolTable.OverloadableDefinition
      DDW.CSharp.SymbolTable.Symbol

public class Definition : IDefinition

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DDW.CSharp.SymbolTable

Assembly: CSharp (in CSharp.dll)

See Also

Definition Members | DDW.CSharp.SymbolTable Namespace