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

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