Class StackExtensions | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

public static class StackExtensions

Inheritance

StackExtensions

Inherited Members

Methods

Contains(Stack, T, IEqualityComparer)

Check if the stack object contains the value to find.

FindDuplicates(Stack, IEqualityComparer)

Find all duplicates stack objects values.

MoveNext(Stack)

Move the first stack object value to the end.

MovePrevious(Stack)

Move the last stack object value to the top.

MoveTo(Stack, T, int, IEqualityComparer)

Move the stack object value to the index.

Replace(Stack, T, T, IEqualityComparer)

Replaces a stack object values that match with the value to replace.

Swap(Stack, T, T, IEqualityComparer)

Swap two stack objects values that matches with the both values.