Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.Collections.IPush< T > Interface Template Reference

Represents a collection that accepts a sequence of items. More...


Source file:
Inheritance diagram for Loyc.Collections.IPush< T >:
Loyc.Collections.IQueue< T > Loyc.Collections.IStack< T >

Remarks

Represents a collection that accepts a sequence of items.

Public Member Functions

void Push (T item)