Click or drag to resize

TypeParameterRef Constructor

Overload List
  NameDescription
Public methodTypeParameterRef(Type, Int32)
Construct a TypeParameterRef from a Type (which must be a generic parameter).
Public methodTypeParameterRef(GenericParameter, Int32)
Construct a TypeParameterRef from a GenericParameter.
Public methodTypeParameterRef(TypeParameter, Int32)
Construct a TypeParameterRef from a TypeParameter.
Public methodTypeParameterRef(Type, Boolean, Int32)
Construct a TypeParameterRef from a Type (which must be a generic parameter).
Public methodTypeParameterRef(Type, ListInt32, Int32)
Construct a TypeParameterRef from a Type (which must be a generic parameter).
Public methodTypeParameterRef(GenericParameter, Boolean, Int32)
Construct a TypeParameterRef from a GenericParameter.
Public methodTypeParameterRef(GenericParameter, ListInt32, Int32)
Construct a TypeParameterRef from a GenericParameter.
Public methodTypeParameterRef(TypeParameter, Boolean, Int32)
Construct a TypeParameterRef from a TypeParameter.
Public methodTypeParameterRef(TypeParameter, ListInt32, Int32)
Construct a TypeParameterRef from a TypeParameter.
Public methodTypeParameterRef(Type, Boolean, ListInt32, Int32)
Construct a TypeParameterRef from a Type (which must be a generic parameter).
Public methodTypeParameterRef(GenericParameter, Boolean, ListInt32, Int32)
Construct a TypeParameterRef from a GenericParameter.
Public methodTypeParameterRef(TypeParameter, Boolean, ListInt32, Int32)
Construct a TypeParameterRef from a TypeParameter.
Top
See Also