Goblin - A Platform for 3D AR and VR Applications

IScope Interface

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

public interface IScope

Types that implement IScope

Type Description
AccessorDecl An accessor declartation.
ClassDecl A class declartation.
CompileUnit A C# file level unit of code. This must be a complete C# file, snippets are not valid.
ConstructorDecl A constructor declartation.
DestructorDecl A destructor declartation.
EnumDecl An enum declartation.
IndexerDecl An indexer declartation.
InterfaceDecl An interface declartation.
MethodDecl A method declaration.
NamespaceDecl A namespace declaration.
OperatorDecl An operator declartation.
StructDecl A struct declartation.

Requirements

Namespace: DDW.CSharp.Dom

Assembly: CSharp (in CSharp.dll)

See Also

IScope Members | DDW.CSharp.Dom Namespace