TypeExtensionsInheritsFrom Method |
| Name | Description | |
|---|---|---|
| InheritsFromT(Type) | Determines if the specified type inherits from the target 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# |