ExtensionBlockAdapter.TypeParameters Property

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

Definition

Gets the generic type parameters of this extension block if it is generic.
public IReadOnlyList<ITypeParameter> TypeParameters { get; }

Property Value

IReadOnlyList<ITypeParameter>
A read-only list of IType representing the generic type parameters of this extension block.