Represents an array of typed elements.

The following tables list the members exposed by the DynamicArray<T> type.

Name Description
Public constructor DynamicArray<T> (Overloaded) Initializes a new instance of the DynamicArray<T> class
Top
Name Description
Public property Item Gets or sets an element of this DynamicArray<T>.
Public property Last Gets or sets the last element of the DynamicArray<T> object.
Public property Length Gets or sets the DynamicArray<T> elements count.
Top
Name Description
Public method Add Adds an element to this DynamicArray<T> object.
Public method AddRange Adds an array of elements to this DynamicArray<T> object.
Public method Clear Clears the DynamicArray<T> object.
Public method Equals (Overloaded) (inherited from Object).
Public method GetBuffer Returns an array of DynamicArray<T> elements.
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top