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