'Declaration
<ElementsCanBeNullAttribute()> Public Function ToArray() As Object()
'Usage
Dim instance As ElasticVector Dim value() As Object value = instance.ToArray()
[ElementsCanBeNull()] public object[] ToArray()
[ElementsCanBeNull()] 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.