PropertyKind Enum
Specifies the kind of property.
public enum PropertyKind
Fields
| Name | Description |
|---|---|
| Getter | A getter. |
| Initialized | An initial value is set. |
| Setter | A setter. |
Specifies the kind of property.
public enum PropertyKind
| Name | Description |
|---|---|
| Getter | A getter. |
| Initialized | An initial value is set. |
| Setter | A setter. |