Goblin - A Platform for 3D AR and VR Applications

EventDecl.Delcarators Property

Gets a declarator collection. Events can declare multiple variables (like fields) if no accessors are present, so this must be a collection. If accessors are present, the name will be stored in the first declarator, however in this case it may have an interface name prepended - thus it may be in dot syntax. The declarator expression is always ignored.

public DeclaratorCollection Delcarators {get;}

See Also

EventDecl Class | DDW.CSharp.Dom Namespace