IExtensionBlock.TypeParameters Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the generic type parameters of this extension block if it is generic.
IReadOnlyList<ITypeParameter> TypeParameters { get; }Property Value
- IReadOnlyList<ITypeParameter>
- A read-only list of IType representing the generic type parameters of this extension block.
