Goblin - A Platform for 3D AR and VR Applications

IDefinition Interface

Interface for Defintions. Definitions may be variable declarations, or scope declarations that have names (like types or methods, but not blocks or accessors). Note: With members that can declare multiple types at once, like fields or events, the declarator is the IDefinition.

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

DDW.CSharp.SymbolTable.IDefinition
   DDW.CSharp.SymbolTable.ISymbol

public interface IDefinition

Types that implement IDefinition

Type Description
BuiltInDefinition Base class for Definitions. Definitions may be variables, or scopes that have names.
Definition Base class for Definitions. Definitions may be variables, or scopes that have names.
OverloadableDefinition Base class for Definitions. Definitions may be variables, or scopes that have names.
Symbol  

Requirements

Namespace: DDW.CSharp.SymbolTable

Assembly: CSharp (in CSharp.dll)

See Also

IDefinition Members | DDW.CSharp.SymbolTable Namespace