IMethod.TypeParameters Property

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

Definition

Gets the type parameters declared by the method if it is generic.
IReadOnlyList<ITypeParameter> TypeParameters { get; }

Property Value

IReadOnlyList<ITypeParameter>
A read-only list of ITypeParameter instances representing the type parameters declared by the method.