Goblin - A Platform for 3D AR and VR Applications

TypeDecl Class

An abstract base class for types (classes, structs, interfaces etc).

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

System.Object
   DDW.CSharp.Dom.CSharpGraph
      DDW.CSharp.Dom.MemberDecl
         DDW.CSharp.Dom.TypeDecl
            DDW.CSharp.Dom.ClassDecl
            DDW.CSharp.Dom.DelegateDecl
            DDW.CSharp.Dom.EnumDecl
            DDW.CSharp.Dom.InterfaceDecl
            DDW.CSharp.Dom.StructDecl

public abstract class TypeDecl : MemberDecl, IDeclaration

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.Dom

Assembly: CSharp (in CSharp.dll)

See Also

TypeDecl Members | DDW.CSharp.Dom Namespace