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

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


Source file:
Inheritance diagram for Loyc.Collections.IHasLast< out T >:
Loyc.Collections.IIsEmpty Loyc.Collections.IBRange< out T > Loyc.Collections.IHasMLast< T > Loyc.Collections.Impl.InternalDList< T > Loyc.Collections.IBRangeEx< R, T > Loyc.Collections.IMBRange< T > Loyc.Collections.IRange< out T > Loyc.Collections.IDeque< T > Loyc.Collections.Impl.InternalList< T > Loyc.Collections.Impl.InternalDList< T >.Enumerator Loyc.Collections.IBRangeEx< T > Loyc.Collections.IRangeEx< R, T > Loyc.Collections.IMRange< T > Loyc.Collections.IMRange< T > Loyc.Collections.IRangeEx< R, T > Loyc.Collections.ListSlice< T > Loyc.Collections.NegListSlice< T > Loyc.Collections.Repeated< T > Loyc.Collections.ROLSlice< T, TList > Loyc.Collections.Slice_< T > Loyc.Collections.AListBase< T > Loyc.Collections.DList< T > Loyc.Collections.INegDeque< T >

Remarks

Encapsulates a Last property (for sequences).

Properties

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

Property Documentation

T Loyc.Collections.IHasLast< out T >.Last
get

Gets the first item in the collection.

Exceptions
EmptySequenceExceptionThe collection is empty.