IGenericCapableType.TypeArguments Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the type arguments provided to the type if the type is a constructed generic type.
IReadOnlyList<IType> TypeArguments { get; }Property Value
- IReadOnlyList<IType>
- A read-only list of IType instances representing the type arguments provided to the type if the type is a constructed generic type.
