IGenericCapableType.TypeParameters Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the type parameters declared by the type and its declaring types if the type is a generic type definition.
IReadOnlyList<ITypeParameter> TypeParameters { get; }Property Value
- IReadOnlyList<ITypeParameter>
- A read-only list of ITypeParameter instances representing the type parameters declared by the type or its declaring types.
