Click or drag to resize

ITypeParameters Methods

The ITypeParameters type exposes the following members.

Methods
  NameDescription
Public methodAddConstraintClauses
Add one or more ConstraintClauses.
Public methodAddTypeParameters
Add one or more TypeParameters.
Public methodCreateConstraintClauses
Create the list of ConstraintClauses, or return the existing one.
Public methodCreateTypeParameters
Create the list of TypeParameters, or return the existing one.
Public methodDoTypeArgumentCountsMatch
Determine if the type argument counts match those in the specified UnresolvedRef.
Public methodGetTypeParameterConstraints
Get any constraints for the specified TypeParameter.
Top
See Also