DefaultPropertyItemProvider.GetPropertyItemsFor method
public IEnumerable<PropertyItem> GetPropertyItemsFor(Type type, Func<PropertyInfo, bool>? predicate)
| parameter | description |
|---|---|
| type | The type. |
| predicate |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | type is null |
| InvalidProgramException | CheckNames is true and there is name mismatch |
See Also
- class PropertyItem
- class DefaultPropertyItemProvider