Enhanced C#
Language of your choice: library documentation
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

◆ Begin()

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

◆ End()

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