ITypeParameters Interface |
Namespace: Nova.CodeDOM
public interface ITypeParameters
The ITypeParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConstraintClauses |
The list of ConstraintClauses.
|
![]() | HasConstraintClauses |
True if there are any ConstraintClauses.
|
![]() | HasTypeParameters |
True if there are any TypeParameters.
|
![]() | TypeParameterCount |
The number of TypeParameters.
|
![]() | TypeParameters |
The list of TypeParameters.
|
Name | Description | |
---|---|---|
![]() | AddConstraintClauses |
Add one or more ConstraintClauses.
|
![]() | AddTypeParameters |
Add one or more TypeParameters.
|
![]() | CreateConstraintClauses |
Create the list of ConstraintClauses, or return the existing one.
|
![]() | CreateTypeParameters |
Create the list of TypeParameters, or return the existing one.
|
![]() | DoTypeArgumentCountsMatch |
Determine if the type argument counts match those in the specified UnresolvedRef.
|
![]() | GetTypeParameterConstraints |
Get any constraints for the specified TypeParameter.
|