| _dlist (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | protected |
| Add(T item) | Loyc.Collections.DList< T > | inline |
| Add(object obj) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| AddRange(ICollectionAndReadOnly< T > c) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| AddRange(ICollection< T > c) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| AddRange(IReadOnlyCollection< T > s) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| AddRange(IEnumerable< T > e) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| BinarySearch(T k, Comparer< T > comp) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| BinarySearch< K >(K k, Func< T, K, int > comp) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Capacity (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| Clear() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Clone() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Contains(T item) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| CopySection(int start, int subcount) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| CopyTo(T[] array, int arrayIndex) | Loyc.Collections.DList< T > | inline |
| CopyTo(int sourceIndex, T[] destination, int destinationIndex, int subcount) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| CopyTo(Array array, int arrayIndex) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Count (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| DList(int capacity) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| DList(IReadOnlyCollection< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| DList(ICollection< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| DList(ICollectionAndReadOnly< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| DList(IEnumerable< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| DList(T[] items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| DList() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| First (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| GetEnumerator() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| IndexOf(T item) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Insert(int index, T item) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| InsertRange(int index, ICollection< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| InsertRange(int index, IReadOnlyCollection< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| InsertRange(int index, ICollectionAndReadOnly< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| InsertRange(int index, IEnumerable< T > e) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| IsEmpty (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| IsFixedSize (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| IsReadOnly (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| IsSynchronized (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| Last (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| PopFirst(int amount) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| PopLast(int amount) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| PushFirst(T item) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| PushLast(ICollection< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| PushLast(IEnumerable< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| PushLast(IReadOnlyCollection< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| PushLast(ICollectionAndReadOnly< T > items) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| PushLast(T item) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Remove(T item) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Remove(object obj) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| RemoveAt(int index) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| RemoveRange(int index, int amount) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Resize(int newSize) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Slice(int start, int count) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Sort(Comparison< T > comp) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| Sort(int index, int count, Comparison< T > comp) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| SyncRoot (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| this[int index, T defaultValue] (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| this[int index] (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | |
| TryGet(int index, out bool fail) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| TryPeekFirst() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| TryPeekLast() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| TryPopFirst() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| TryPopLast() (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |
| TrySet(int index, T value) (defined in Loyc.Collections.DList< T >) | Loyc.Collections.DList< T > | inline |