Table of Contents

Constructor OffsetChangeMapEntry

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

OffsetChangeMapEntry(int, int, int)

public OffsetChangeMapEntry(int offset, int removalLength, int insertionLength)

Parameters

offset int
removalLength int
insertionLength int

OffsetChangeMapEntry(int, int, int, bool, bool)

public OffsetChangeMapEntry(int offset, int removalLength, int insertionLength, bool removalNeverCausesAnchorDeletion, bool defaultAnchorMovementIsBeforeInsertion)

Parameters

offset int
removalLength int
insertionLength int
removalNeverCausesAnchorDeletion bool
defaultAnchorMovementIsBeforeInsertion bool