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

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

CountLoyc.Collections.ISource< out T >
IsEmpty (defined in Loyc.Collections.IIsEmpty)Loyc.Collections.IIsEmpty
IsSet(int index)Loyc.Collections.ISparseListSource< T >
NextHigherItem(ref int?index)Loyc.Collections.ISparseListSource< T >
NextLowerItem(ref int?index)Loyc.Collections.ISparseListSource< T >
Slice(int start, int count=int.MaxValue)Loyc.Collections.ISparseListSource< T >
this[K key]Loyc.Collections.IIndexed< in K, out V >
TryGet(K key, out bool fail)Loyc.Collections.ITryGet< in K, out V >