Table of Contents

Interface ITextUndoList

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Represents collection containing list of ITextUndo objects.

public interface ITextUndoList : IList<ITextUndo>, ICollection<ITextUndo>, IEnumerable<ITextUndo>, IEnumerable
Extension Methods

Methods

Sort(IComparer<ITextUndo>)

Sorts the elements in the entire sort list using the specified comparer.