AvalonEdit
Rope<(Of <(<'T>)>)> Constructor
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>Rope<(Of <(<'T>)>)>()()()()
Members
IconMemberDescription
Rope<(Of <(<'T>)>)>()()()()
Creates a new rope representing the empty string.

Rope<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>))
Creates a rope from the specified input. This operation runs in O(N).

Rope<(Of <(<'T>)>)>(array<T>[]()[][], Int32, Int32)
Creates a rope from a part of the array. This operation runs in O(N).

Rope<(Of <(<'T>)>)>(Int32, Func<(Of <<'(Rope<(Of <<'(T>)>>)>)>>))
Creates a new rope that lazily initalizes its content.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238