'Declaration
Public Function ToArray() As Object()
'Usage
Dim instance As ElasticVector Dim value() As Object value = instance.ToArray()
public object[] ToArray()
public: array<Object^>^ ToArray();
Return Value
Returns the array object currently used by the elastic vector to store its elements. The array has the same lower and upper bounds as the elastic vector.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value can be null
(Nothing
in Visual Basic).