The NRTypeParameter type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Gets a list of attributes of the type parameter.
|
![]() | BaseTypes |
Gets a list of types representing the constraints of the type parameter.
|
![]() | IsClass |
Gets or sets a value that indicates wether the generic parameter has a class constraint.
|
![]() | IsConstructor |
Gets or sets a value that indicates wether the generic parameter has a default constructor constraint.
|
![]() | IsIn |
Gets or sets a value that indicates wether the generic parameter has a contravariant constraint.
|
![]() | IsOut |
Gets or sets a value that indicates wether the generic parameter has a covariant constraint.
|
![]() | IsStruct |
Gets or sets a value that indicates wether the generic parameter has a struct constraint.
|
![]() | Name |
Gets or sets the name of the type parameter.
|
See Also