ExtensionBlockInfo.TypeParameters Property

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

Definition

Gets the type parameters of the extension block, if the block is generic.
public Type[] TypeParameters { get; }

Property Value

Type[]
The type parameters of the extension block.