Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.IRangeEx< T > Member List

This is the complete list of members for Loyc.Collections.IRangeEx< T >, including all inherited members.

Clone() (defined in Loyc.ICloneable< out T >)Loyc.ICloneable< out T >
CountLoyc.Collections.ISource< out T >
FirstLoyc.Collections.IHasFirst< out T >
InnerListLoyc.Collections.IBRangeEx< R, T >
Intersect(R other)Loyc.Collections.IBRangeEx< R, T >
IsEmpty (defined in Loyc.Collections.IIsEmpty)Loyc.Collections.IIsEmpty
LastLoyc.Collections.IHasLast< out T >
PopFirst(out bool fail)Loyc.Collections.IFRange< out T >
PopLast(out bool fail)Loyc.Collections.IBRange< out T >
Slice(int start, int count=int.MaxValue)Loyc.Collections.IListSource< out T >
SliceStartLoyc.Collections.IBRangeEx< R, T >
this[K key]Loyc.Collections.IIndexed< in K, out V >
TryGet(K key, out bool fail)Loyc.Collections.ITryGet< in K, out V >
Union(R other)Loyc.Collections.IBRangeEx< R, T >