| _list (defined in Loyc.Collections.SelectReadOnlyList< ListT, T, TResult >) | Loyc.Collections.SelectReadOnlyList< ListT, T, TResult > | protected |
| _selector (defined in Loyc.Collections.SelectReadOnlyList< ListT, T, TResult >) | Loyc.Collections.SelectReadOnlyList< ListT, T, TResult > | protected |
| Count (defined in Loyc.Collections.SelectReadOnlyList< ListT, T, TResult >) | Loyc.Collections.SelectReadOnlyList< ListT, T, TResult > | |
| GetEnumerator() (defined in Loyc.Collections.Impl.ListSourceBase< TResult >) | Loyc.Collections.Impl.ListSourceBase< TResult > | inline |
| IndexOf(T item) (defined in Loyc.Collections.Impl.ListSourceBase< TResult >) | Loyc.Collections.Impl.ListSourceBase< TResult > | inline |
| IsEmpty (defined in Loyc.Collections.Impl.ListSourceBase< TResult >) | Loyc.Collections.Impl.ListSourceBase< TResult > | |
| SelectReadOnlyList(ListT list, Func< T, TResult > selector) (defined in Loyc.Collections.SelectReadOnlyList< ListT, T, TResult >) | Loyc.Collections.SelectReadOnlyList< ListT, T, TResult > | inline |
| Slice(int start, int count) (defined in Loyc.Collections.Impl.ListSourceBase< TResult >) | Loyc.Collections.Impl.ListSourceBase< TResult > | inline |
| this[int index] (defined in Loyc.Collections.SelectReadOnlyList< ListT, T, TResult >) | Loyc.Collections.SelectReadOnlyList< ListT, T, TResult > | |
| ThrowIndexOutOfRange(int index) (defined in Loyc.Collections.Impl.ListSourceBase< TResult >) | Loyc.Collections.Impl.ListSourceBase< TResult > | inlineprotected |
| TryGet(int index, out bool fail) (defined in Loyc.Collections.SelectReadOnlyList< ListT, T, TResult >) | Loyc.Collections.SelectReadOnlyList< ListT, T, TResult > | inlinevirtual |