RuntimeList Members
A class which represents a runtime list. Supports the XRT infrastructure.
The following tables list the members exposed by the RuntimeList type.
Public Constructors
Name | Description | |
---|---|---|
RuntimeList | Overloaded. |
Top
Public Fields
Name | Description | |
---|---|---|
Head | The head of the list. | |
Tail | The tail of the list. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. Determines whether the specified compound value is equal to the current compound value. (Inherited from Object) | |
GetHashCode | Overridden. Serves as a consistent hash function for a compound value type. (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | Overridden. convert runtime list to string. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top