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.Impl.InternalDList< T >.Enumerator Member List

This is the complete list of members for Loyc.Collections.Impl.InternalDList< T >.Enumerator, including all inherited members.

_start (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
Add(T item)Loyc.Collections.Impl.InternalDList< T >inline
AsDList()Loyc.Collections.Impl.InternalDList< T >inline
AutoRaiseCapacity(int more) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
AutoRaiseCapacity(int more, int capacityLimit) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
BinarySearch(T k, Comparer< T > comp) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
BinarySearch< K >(K k, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Capacity (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
Clear() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Clone() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Contains(T item) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
CopySection(int start, int subcount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
CopyTo(T[] destination, int arrayIndex) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
CopyTo(int sourceIndex, T[] destination, int destinationIndex, int subcount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Count (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
Current (defined in Loyc.Collections.Impl.InternalDList< T >.Enumerator)Loyc.Collections.Impl.InternalDList< T >.Enumerator
DecMod(int index) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
DecMod(int index, int amount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Empty (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >static
EmptyArray (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >static
First (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
GetEnumerator() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
GetEnumerator() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
GetEnumerator() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
GetEnumerator(DList< T > wrapper) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
IncMod(int index) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
IncMod(int index, int amount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
IndexOf(T item) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
IndexOf(T item, int startIndex) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Insert(int index, T item) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
InsertRange(int index, ICollection< T > items) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
InsertRange(int index, ICollectionAndReadOnly< T > items) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
InsertRange(int index, IReadOnlyCollection< T > items) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
InsertRangeHelper(int index, int amount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
InternalArray (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
InternalDList(int capacity) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
InternalDList(T[] array, int count) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Internalize(int index) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
IsEmpty (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
IsReadOnly (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
Last (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
Min(int x, int y) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inlinestatic
MoveNext() (defined in Loyc.Collections.Impl.InternalDList< T >.Enumerator)Loyc.Collections.Impl.InternalDList< T >.Enumeratorinline
PopFirst(int amount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
PopLast(int amount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
PushFirst(T item) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
PushLast(ICollection< T > items) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
PushLast(IEnumerable< T > items) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
PushLast(IReadOnlyCollection< T > items) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
PushLast(ICollectionAndReadOnly< T > items) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
PushLast(T item) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Remove(T item) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
RemoveAt(int index) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
RemoveRange(int index, int amount) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Resize(int newSize) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Slice(int start, int count)Loyc.Collections.Impl.InternalDList< T >inline
Slice(int start, int subcount)Loyc.Collections.Impl.InternalDList< T >inline
Sort(Comparison< T > comp) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
Sort(int index, int count, Comparison< T > comp) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
this[int index, T defaultValue] (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
this[int index] (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >
TryGet(int index, out bool fail)Loyc.Collections.Impl.InternalDList< T >inline
TryPeekFirst() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
TryPeekLast() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
TryPopFirst() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
TryPopLast() (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline
TrySet(int index, T value) (defined in Loyc.Collections.Impl.InternalDList< T >)Loyc.Collections.Impl.InternalDList< T >inline