Represents an array of typed elements.
Top
Top
Top
The following tables list the members exposed by the DynamicArray<T> type.
Name | Description | |
---|---|---|
DynamicArray<T> | (Overloaded) Initializes a new instance of the DynamicArray<T> class |
Name | Description | |
---|---|---|
Item | Gets or sets an element of this DynamicArray<T>. | |
Last | Gets or sets the last element of the DynamicArray<T> object. | |
Length | Gets or sets the DynamicArray<T> elements count. |
Name | Description | |
---|---|---|
Add | Adds an element to this DynamicArray<T> object. | |
AddRange | Adds an array of elements to this DynamicArray<T> object. | |
Clear | Clears the DynamicArray<T> object. | |
Equals | (Overloaded) (inherited from Object). | |
GetBuffer | Returns an array of DynamicArray<T> elements. | |
GetHashCode | (inherited from Object). | |
GetType | (inherited from Object). | |
ReferenceEquals | (inherited from Object). | |
ToString | (inherited from Object). |