Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 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.

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.IListSource< out T >
TryGet(int index, out bool fail)Loyc.Collections.IListSource< out T >