Click or drag to resize

PropertyDecl Constructor

Overload List
  NameDescription
Public methodPropertyDecl(String, Expression, Modifiers)
Create a PropertyDecl with the specified name, type, and optional modifiers.
Public methodPropertyDecl(Expression, Expression, Modifiers)
Create a PropertyDecl with the specified name expression (can be a Dot operator for an explicit interface implementation), type, and optional modifiers.
Public methodPropertyDecl(Parser, CodeObject, Boolean)
Parse a PropertyDecl.
Top
See Also