|
Enhanced C#
Language of your choice: library documentation
|
Interface for a collection that can return IBinumerator{T}s pointing to the beginning and end of the collection. More...
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... | |
| 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.
1.8.7