TypeParameterAdapter.TypeConstraints Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the type constraints applied to the type parameter.
public IReadOnlyList<IType> TypeConstraints { get; }Property Value
- IReadOnlyList<IType>
- A read-only list of types representing the type constraints applied to the type parameter.
