IStack (ITF)ΒΆ

INTERFACE IStack EXTENDS ICollection

Stack of IElements (LIFO, last in first out)

Methods:

Peek

Pop

AddElement, inherited from ICollection

ContainsElement, inherited from ICollection

CountElements, inherited from ICollection

ElementCompareTo, inherited from IElement

ElementEquals, inherited from IElement

ElementHashCode, inherited from IElement

ElementIterator, inherited from ICollection

RemoveAllElements, inherited from ICollection

RemoveElement, inherited from ICollection

Structure: