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.IBinumerable< T > Interface Template Reference

Interface for a collection that can return IBinumerator{T}s pointing to the beginning and end of the collection. More...


Source file:

Remarks

Interface for a collection that can return IBinumerator{T}s pointing to the beginning and end of the collection.

Public Member Functions

IBinumerator< T > Begin ()
 Returns a binumerator that points before the beginning of the current collection. More...
 
IBinumerator< T > End ()
 Returns a binumerator that points after the end of the current collection. More...
 

Member Function Documentation

IBinumerator<T> Loyc.Collections.IBinumerable< T >.Begin ( )

Returns a binumerator that points before the beginning of the current collection.

IBinumerator<T> Loyc.Collections.IBinumerable< T >.End ( )

Returns a binumerator that points after the end of the current collection.