|
Joutsen v0.5.0+12-g5dd5f7e
|
A class containing extension methods for the System.Reflection.PropertyInfo class. More...
Static Public Member Functions | |
| static bool | IsIndexerProperty (this PropertyInfo property) |
| A shorthand check if an instance of PropertyInfo describes a property that is an indexer. More... | |
| static bool | IsEnumerable (this PropertyInfo property) |
| A shorthand check if an instance of System.Reflection.PropertyInfo describes a property that implements the System.Collections.IEnumerable interface. More... | |
A class containing extension methods for the System.Reflection.PropertyInfo class.
|
static |
A shorthand check if an instance of System.Reflection.PropertyInfo describes a property that implements the System.Collections.IEnumerable interface.
| property | the description of the property |
| System.ArgumentNullException | if property is null |
|
static |
A shorthand check if an instance of PropertyInfo describes a property that is an indexer.
| property | the description of the property |
| System.ArgumentNullException | if property is null |