Enhanced C#
Language of your choice: library documentation
Loyc.Collections.ISparseList< T > Member List

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

ClearSpace(int index, int count=1)Loyc.Collections.ISparseList< T >
Contains(T item)Loyc.Collections.IContains< T >
CopyTo(T[] array, int arrayIndex)Loyc.Collections.ICollectionSource< T >
InsertSpace(int index, int count=1)Loyc.Collections.ISparseList< T >
IsSet(int index)Loyc.Collections.ISparseListSource< T >
NextHigherItem(ref int? index)Loyc.Collections.ISparseListSource< T >
NextLowerItem(ref int? index)Loyc.Collections.ISparseListSource< T >
Loyc::Collections::ISparseListSource.Slice(int start, int count=int.MaxValue)Loyc.Collections.IListSource< T >
Loyc::Collections::IListAndListSource.Slice(int start, int count=int.MaxValue)Loyc.Collections.IListSource< T >