GenericCapableTypeAdapter.TypeArguments Property

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the type arguments provided to the type if the type is a constructed generic type.
public 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.