Add(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
AdjustWListIndex(int index, int size) | Loyc.Collections.WListProtected< 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 |
Contains(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
CopyTo(T[] array, int arrayIndex) | Loyc.Collections.WListBase< T > | inline |
Count (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
GetAt(int index) | Loyc.Collections.WListProtected< T > | inlineprotected |
GetAtDff(int distanceFromFront) | Loyc.Collections.WListProtected< T > | inlineprotected |
GetEnumerator() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
GetIEnumerator() (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< 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.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
InsertAtDff(int distanceFromFront, T item) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
InsertRangeAtDff(int distanceFromFront, IReadOnlyList< T > items, bool isRWList) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
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 |
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.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
RemoveAtDff(int distanceFromFront) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
RemoveRangeBase(int distanceFromFront, int count) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
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) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
this[int index] (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
ToFVList() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
ToVList() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
TryGet(int index, out bool fail) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
UserByte | Loyc.Collections.WListProtected< T > | protected |
WListProtected(WListProtected< T > original, bool takeOwnership) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |