ITypeParameter.TypeConstraints Property

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

Definition

Gets the type constraints applied to the type parameter.
IReadOnlyList<IType> TypeConstraints { get; }

Property Value

IReadOnlyList<IType>
A read-only list of types representing the type constraints applied to the type parameter.