Creates a rope from the specified input.
This operation runs in O(N).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Rope( IEnumerable<T> input )
Public Sub New ( _ input As IEnumerable(Of T) _ )
public: Rope( IEnumerable<T>^ input )
Parameters
- input (IEnumerable<(Of <(<'T>)>)>)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | input is null. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238