INamedType.Properties Property
Properties
Gets the list of properties defined in the current type, but not those 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 Properties { get; }
Property Value
Type | Description |
---|---|
IPropertyCollection |