AllProperties
Gets the list of properties defined in the current type or inherited from the base types. Note that fields can be promoted to properties by aspects, so a source code field can be represented in the Properties collection instead of the Fields collection.
Declaration
IPropertyCollection AllProperties { get; }
Property Value
Type | Description |
---|---|
IPropertyCollection |