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

Encapsulates a mutable First property. More...


Source file:
Inheritance diagram for Loyc.Collections.IHasMFirst< T >:
Loyc.Collections.IHasFirst< out T > Loyc.Collections.IIsEmpty Loyc.Collections.IDeque< T > Loyc.Collections.IMFRange< T > Loyc.Collections.Impl.InternalList< T > Loyc.Collections.AListBase< T > Loyc.Collections.DList< T > Loyc.Collections.INegDeque< T > Loyc.Collections.IMBRange< T > Loyc.Collections.AList< T > Loyc.Collections.SparseAList< T > Loyc.Collections.IMRange< T > Loyc.Collections.IndexedAList< T > Loyc.Collections.ArraySlice< T >

Remarks

Encapsulates a mutable First property.

Properties

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