Creates a rope from the specified input.
This operation runs in O(N).

C# | Visual Basic | Visual C++ |
public Rope( IEnumerable<T> input )
Public Sub New ( _ input As IEnumerable(Of T) _ )
public: Rope( IEnumerable<T>^ input )

- input (IEnumerable<(Of <(<'T>)>)>)

Exception | Condition |
---|---|
ArgumentNullException | input is null. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238