TypeExtensions Methods |
The TypeExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetPropertyExtended | Gets the property from the type or base types.
Note: Type.GetProperty only looks at the actual type.
Read our blog on this topic:
Effective Extensions – Extending Types in C# | |
InheritsFrom(Type, Type) | Determines if the specified type inherits from the target type.
Read our blog on this topic:
Effective Extensions – Extending Types in C# | |
InheritsFromT(Type) | Determines if the specified type inherits from the target type.
Read our blog on this topic:
Effective Extensions – Extending Types in C# | |
IsObservableCollection(Object) | Determines whether the specified object is an ObservableCollection.
Read our blog on this topic:
Effective Extensions – Extending Types in C# | |
IsObservableCollection(Type) | Determines whether the specified type is an ObservableCollection.
Read our blog on this topic:
Effective Extensions – Extending Types in C# |