PropertyDecl Constructor |
Name | Description | |
---|---|---|
PropertyDecl(String, Expression, Modifiers) |
Create a PropertyDecl with the specified name, type, and optional modifiers.
| |
PropertyDecl(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.
| |
PropertyDecl(Parser, CodeObject, Boolean) |
Parse a PropertyDecl.
|