Copies all elements to new array, all elements will be in current circle order. This method is thread-safe.
| C# | Visual Basic | Visual C++ |
public T[] ToCurrentOrderArray()
Public Function ToCurrentOrderArray As T()
public: array<T>^ ToCurrentOrderArray()
Returns elements in a new array.