ArrayData Methods |
The ArrayData type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| FillFromString |
Fills the array with a valid rapid string representation.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Gets an IEnumerator object for the array
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLength |
Gets the length of the specified dimension.
Zero based index.
| |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns the string representation of the rapid data array.
(Overrides ObjectToString.) |