Creates an array and copies the contents of the rope into it.
Runs in O(N).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public T[] ToArray()
Public Function ToArray As T()
public: array<T>^ ToArray()
Remarks
This method counts as a read access and may be called concurrently to other read accesses.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238