The NRTypeParameter type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NRTypeParameter |
Initializes a new instance of NRTypeParameter.
|
Methods
Name | Description | |
---|---|---|
![]() | Accept |
Accept an IVisitor instance on the implementing class and all its children.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Name | Description | |
---|---|---|
![]() | Declaration |
Gets the NRTypeParameter as a C# string.
(Defined by CSharp.) |
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