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

Encapsulates a mutable Last property. More...


Source file:
Inheritance diagram for Loyc.Collections.IHasMLast< T >:
Loyc.Collections.IHasLast< out T > Loyc.Collections.IIsEmpty Loyc.Collections.IDeque< T > Loyc.Collections.Impl.InternalList< T > Loyc.Collections.AListBase< T > Loyc.Collections.DList< T > Loyc.Collections.INegDeque< T > Loyc.Collections.AList< T > Loyc.Collections.SparseAList< T > Loyc.Collections.IndexedAList< T >

Remarks

Encapsulates a mutable Last property.

Properties

new T Last [get, set]
 
- Properties inherited from Loyc.Collections.IHasLast< out T >
Last [get]
 Gets the first item in the collection. More...
 
- Properties inherited from Loyc.Collections.IIsEmpty
bool IsEmpty [get]