AddTypeConstraint(IType)
Adds a type constraint to the type parameter.
Declaration
void AddTypeConstraint(IType type)Parameters
| Type | Name | Description |
|---|---|---|
| IType | type | The type constraint to add. |
AddTypeConstraint(Type)
Adds a type constraint to the type parameter.
Declaration
void AddTypeConstraint(Type type)Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type constraint to add. |