TypeParameterAdapter.IsGenericTypeParameter Property

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

Definition

Gets a value indicating whether the current type parameter represents a type parameter of a generic type.
public virtual bool IsGenericTypeParameter { get; }

Property Value

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