Table of Contents

Constructor Rope

Namespace
Terminal.Gui.Editor.Document.Utils
Assembly
Terminal.Gui.Editor.dll

Rope()

public Rope()

Rope(IEnumerable<T>)

public Rope(IEnumerable<T> input)

Parameters

input IEnumerable<T>

Rope(T[], int, int)

public Rope(T[] array, int arrayIndex, int count)

Parameters

array T[]
arrayIndex int
count int

Rope(int, Func<Rope<T>>)

public Rope(int length, Func<Rope<T>> initializer)

Parameters

length int
initializer Func<Rope<T>>