GenericCapableTypeAdapter.GetTypeArguments Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the type arguments provided to the type if the type is a constructed generic type.
protected virtual IEnumerable<IType> GetTypeArguments()Returns
- IEnumerable<IType>
- An enumerable collection of IType objects representing the type arguments provided to the type.
