ITypeParameter.IsGenericMethodParameter Property

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

Definition

Gets a value indicating whether the current type parameter represents a type parameter of a generic method.
bool IsGenericMethodParameter { get; }

Property Value

bool
true if the type parameter is from a generic method; otherwise, false.