The NRStruct type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NRStruct | Initializes a new instance of the NRStruct class |
Methods
Name | Description | |
---|---|---|
![]() | Accept |
Accept an IVisitor instance on the implementing class and all its children.
(Overrides NRTypeBase.Accept(IVisitor).) |
![]() | ![]() | (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 NRStruct as a C# string. Only the head of the struct
is returned.
(Defined by CSharp.) |
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.) |
![]() | BaseType |
Gets or sets the full name of the base type of this type.
(Inherited from NRSingleInheritanceType.) |
![]() | Constructors |
Gets a list of constructors.
(Inherited from NRSingleInheritanceType.) |
![]() | DeclaringTypeFullName |
Gets or sets the full full name of the type in which this type is nested.
(Inherited from NRTypeBase.) |
![]() | Events |
Gets a list of events of this type.
(Inherited from NRCompositeType.) |
![]() | Fields |
Gets a list of fields of this type.
(Inherited from NRSingleInheritanceType.) |
![]() | 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.) |
![]() | ImplementedInterfaces |
Gets a list which contains the full names of all implemented interfaces.
(Inherited from NRCompositeType.) |
![]() | IsGeneric |
Gets a value indicating wether this type is a generic.
(Inherited from NRGenericType.) |
![]() | Methods |
Gets a list of methods of this type.
(Inherited from NRCompositeType.) |
![]() | Name |
Gets or sets the name of this type.
(Inherited from NRTypeBase.) |
![]() | Namespace |
Gets or sets the namespace of this type.
(Inherited from NRTypeBase.) |
![]() | Operators |
Gets a list of operators of this type.
(Inherited from NRSingleInheritanceType.) |
![]() | Properties |
Gets a list of properties of this type.
(Inherited from NRCompositeType.) |
See Also