Interface ITextUndoList
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.