| Add(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| AddRange(IList< T > list) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| AddRange(IEnumerator< T > items) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| AddRangeBase(IList< T > items, bool isRWList) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| AdjustWListIndex(int index, int size) | Loyc.Collections.FWList< T > | inlineprotectedvirtual |
| BlockChainLength (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
| Clear() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| Clone() (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| Contains(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| Count (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
| Front | Loyc.Collections.FWList< T > | |
| FWList() (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| FWList(int initialSize) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| FWList(T itemZero, T itemOne) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| FWList(IList< T > list) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| GetAt(int index) | Loyc.Collections.WListProtected< T > | inlineprotected |
| GetAtDff(int distanceFromFront) | Loyc.Collections.WListProtected< T > | inlineprotected |
| GetEnumerator() (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| GetIEnumerator() (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inlineprotectedvirtual |
| GetRVListEnumerator() (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| GetVListEnumerator() (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| IndexOf(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| Insert(int index, T item) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| InsertAtDff(int distanceFromFront, T item) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| InsertRange(int index, IList< T > list) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| InsertRangeAtDff(int distanceFromFront, IList< T > items, bool isRWList) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| IsEmpty (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | |
| IsReadOnly (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
| operator FVList< T >(WListBase< T > list) | Loyc.Collections.WListBase< T > | inlineexplicitstatic |
| operator VList< T >(WListBase< T > list) | Loyc.Collections.WListBase< T > | inlineexplicitstatic |
| operator WList< T >(FWList< T > list) | Loyc.Collections.FWList< T > | inlineexplicitstatic |
| Pop() | Loyc.Collections.FWList< T > | inline |
| Push(T item) | Loyc.Collections.WListBase< T > | inline |
| Remove(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| RemoveAt(int index) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| RemoveAtDff(int distanceFromFront) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| RemoveRange(int index, int count) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| RemoveRangeBase(int distanceFromFront, int count) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
| ReverseEnumerator() (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| Select< Out >(Func< T, Out > map) | Loyc.Collections.FWList< T > | inline |
| SetAt(int index, T value) | Loyc.Collections.WListProtected< T > | inlineprotected |
| SetAtDff(int distanceFromFront, T item) | Loyc.Collections.WListProtected< T > | inlineprotected |
| Slice(int start, int count) | Loyc.Collections.WListBase< T > | inline |
| SmartSelect(Func< T, T > map) | Loyc.Collections.FWList< T > | inline |
| this[int index, T defaultValue] | Loyc.Collections.FWList< T > | |
| this[int index] (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | |
| ToArray() | Loyc.Collections.FWList< T > | inline |
| ToFVList() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| ToVList() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
| ToWList() | Loyc.Collections.FWList< T > | inline |
| Transform(VListTransformer< T > x) | Loyc.Collections.FWList< T > | inline |
| TryGet(int index, out bool fail) | Loyc.Collections.FWList< T > | inline |
| UserByte | Loyc.Collections.WListProtected< T > | protected |
| Where(Predicate< T > keep) | Loyc.Collections.FWList< T > | inline |
| WhereSelect(Func< T, Maybe< T >> filter) | Loyc.Collections.FWList< T > | inline |
| WithoutFirst(int numToRemove) (defined in Loyc.Collections.FWList< T >) | Loyc.Collections.FWList< T > | inline |
| WListProtected(WListProtected< T > original, bool takeOwnership) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |