GenericCapableTypeAdapter.GetTypeParameters Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the type parameters defined by the type if the type is a generic type definition.
protected virtual IEnumerable<ITypeParameter> GetTypeParameters()Returns
- IEnumerable<ITypeParameter>
- An enumerable collection of ITypeParameter objects representing the type parameters defined by the type.
