public class LargeArray<T>
Public Class LargeArray(Of T)generic<typename T>
public ref class LargeArray| LargeArrayT | Creates a LargeArrayT with a jagged array depth of 1024 elements. |
| LargeArrayT(Int32) | Creates a LargeArrayT with the specified jagged array depth. |
| Capacity | Gets the number of items in the array. |
| Item | Gets or sets the value in the specified index of the array. |
| Clear | Clears all elements in the data structure, setting each element to its default value. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SetCapacity | Sets the capacity of the array to at least the given length. Will not reduce the size. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |