OfTypeDefinition(INamedType)
Gets the types in the collection that are derived from a given generic type, taking any type instance into account.
Declaration
IEnumerable<INamedType> OfTypeDefinition(INamedType typeDefinition)Parameters
| Type | Name | Description |
|---|---|---|
| INamedType | typeDefinition |
Returns
| Type | Description |
|---|---|
| IEnumerable<INamedType> |