Method GetStaticProperties
GetStaticProperties<TProperty>(Type)
Gets all static properties of the specified type in the specifed container type.
Returned only not null properties of the exact type TProperty.
public static IEnumerable<TProperty> GetStaticProperties<TProperty>(Type containerType)
Parameters
containerTypeType
Returns
- IEnumerable<TProperty>
Type Parameters
TPropertyType of the properties.