Table of Contents

Method Concat

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

Concat(Rope<T>, Rope<T>)

public static Rope<T> Concat(Rope<T> left, Rope<T> right)

Parameters

left Rope<T>
right Rope<T>

Returns

Rope<T>

Concat(params Rope<T>[])

public static Rope<T> Concat(params Rope<T>[] ropes)

Parameters

ropes Rope<T>[]

Returns

Rope<T>