The NRDelegate type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AccessModifier |
Gets or sets the access modifier for this type.
(Inherited from NRTypeBase.) |
![]() | Attributes |
Gets a list of attributes of the type.
(Inherited from NRTypeBase.) |
![]() | DeclaringTypeFullName |
Gets or sets the full full name of the type in which this type is nested.
(Inherited from NRTypeBase.) |
![]() | FullName |
Gets or sets the full name of this type.
(Inherited from NRTypeBase.) |
![]() | GenericTypes |
Gets a list containing all type parameters of a type.
(Inherited from NRGenericType.) |
![]() | IsGeneric |
Gets a value indicating wether this type is a generic.
(Inherited from NRGenericType.) |
![]() | Name |
Gets or sets the name of this type.
(Inherited from NRTypeBase.) |
![]() | Namespace |
Gets or sets the namespace of this type.
(Inherited from NRTypeBase.) |
![]() | Parameters |
Gets a list of parameters of this delegate.
|
![]() | ReturnType |
Gets or sets the return type of this delegate.
|
See Also