Enhanced C#
Language of your choice: library documentation
Loyc.Collections.IStack< T > Member List

This is the complete list of members for Loyc.Collections.IStack< T >, including all inherited members.

CountLoyc.Collections.ICount
IsEmpty (defined in Loyc.Collections.IPop< T >)Loyc.Collections.IPop< T >
IsEmpty (defined in Loyc.Collections.IIsEmpty)Loyc.Collections.IIsEmpty
Push(T item) (defined in Loyc.Collections.IPush< T >)Loyc.Collections.IPush< T >
TryPeek(out bool isEmpty) (defined in Loyc.Collections.IPop< T >)Loyc.Collections.IPop< T >
TryPop(out bool isEmpty) (defined in Loyc.Collections.IPop< T >)Loyc.Collections.IPop< T >