Table of Contents

Method CreateNewFoldings

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

CreateNewFoldings(TextDocument, out int)

public IEnumerable<NewFolding> CreateNewFoldings(TextDocument document, out int firstErrorOffset)

Parameters

document TextDocument
firstErrorOffset int

Returns

IEnumerable<NewFolding>

CreateNewFoldings(TextDocument, XmlReader, out int)

public IEnumerable<NewFolding> CreateNewFoldings(TextDocument document, XmlReader reader, out int firstErrorOffset)

Parameters

document TextDocument
reader XmlReader
firstErrorOffset int

Returns

IEnumerable<NewFolding>