TypeConstraints
Gets the type constraints of the type parameter, such as base class or interface constraints.
Declaration
IReadOnlyList<IType> TypeConstraints { get; }Property Value
| Type | Description |
|---|---|
| IReadOnlyList<IType> |
Gets the type constraints of the type parameter, such as base class or interface constraints.
IReadOnlyList<IType> TypeConstraints { get; }| Type | Description |
|---|---|
| IReadOnlyList<IType> |