The NRField type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AccessModifier |
Gets or sets the access modifier for this type.
(Inherited from NRMember.) |
![]() | Attributes |
Gets a list of attributes of the member.
(Inherited from NRMember.) |
![]() | FieldModifier |
Gets or sets the field modifier for this field.
|
![]() | InitialValue |
Gets or sets the initial value of this field.
|
![]() | IsConstant |
Gets or sets if the field is a constant.
|
![]() | IsHider |
Gets or sets if the field is a hider.
|
![]() | IsReadonly |
Gets or sets if the field is readonly.
|
![]() | IsStatic |
Gets or sets if the field is static.
|
![]() | IsVolatile |
Gets or sets if the field is volatile.
|
![]() | Name |
Gets or sets the name of the member.
(Inherited from NRMember.) |
![]() | Type |
Gets or sets the type of the member.
(Inherited from NRMember.) |
![]() | TypeFullName |
Gets or sets the full name of the type.
(Inherited from NRMember.) |
See Also