ITypeParameter.IsGenericTypeParameter 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 type.
bool IsGenericTypeParameter { get; }
This property has a default implementation in the interface.

Property Value

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