Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
Loyc.Collections.IHasFirst< out T > Interface Template Reference

Encapsulates a First property (for sequences). More...


Source file:
Inheritance diagram for Loyc.Collections.IHasFirst< out T >:
Loyc.Collections.IIsEmpty Loyc.Collections.FVList< T > Loyc.Collections.IFRange< out T > Loyc.Collections.IHasMFirst< T > Loyc.Collections.Impl.InternalDList< T > Loyc.Collections.FVList< T >.Enumerator Loyc.Collections.IBRange< out T > Loyc.Collections.IMFRange< T > Loyc.Collections.SparseListSourceSlice< T, TList > Loyc.Collections.IDeque< T > Loyc.Collections.IMFRange< T > Loyc.Collections.Impl.InternalList< T > Loyc.Collections.Impl.InternalDList< T >.Enumerator

Remarks

Encapsulates a First property (for sequences).

Properties

First [get]
 Gets the first item in the deque. More...
 
- Properties inherited from Loyc.Collections.IIsEmpty
bool IsEmpty [get]
 

Property Documentation

T Loyc.Collections.IHasFirst< out T >.First
get

Gets the first item in the deque.

Exceptions
EmptySequenceExceptionThe collection is empty.