Goblin - A Platform for 3D AR and VR Applications

Declarator Class

Code elements such as fields or events can declare multiple variables of the same type in one statement (int x=5, y=6, z=7;). Each of these are declarators.

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

System.Object
   DDW.CSharp.Dom.CSharpGraph
      DDW.CSharp.Dom.Declarator

public class Declarator : CSharpGraph, 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

Declarator Members | DDW.CSharp.Dom Namespace