Click or drag to resize

EventDecl Constructor

Overload List
  NameDescription
Public methodEventDecl(String, Expression)
Create an EventDecl with the specified name and type.
Public methodEventDecl(Expression, Expression)
Create an EventDecl with the specified name and type.
Public methodEventDecl(Parser, CodeObject)
Parse an EventDecl.
Public methodEventDecl(String, Expression, Modifiers)
Create an EventDecl with the specified name, type, and modifiers.
Top
See Also