Enhanced C#
Language of your choice: library documentation
Loyc.Collections.Impl.InternalList< T > Member List

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

Add(T item) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
AddRange(IEnumerator< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
AddRange(IReadOnlyCollection< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
AddRange(ICollection< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
AddRange(IEnumerable< T > e) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
AddRange(ICollectionAndReadOnly< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
AllEqual< T >(this InternalList< T > a, InternalList< T > b) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
AllEqual< T >(T[] a, T[] b, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
AsInternalList< T >(this T[] array)Loyc.Collections.Impl.InternalList< T >inlinestatic
AsInternalList< T >(this T[] array, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
AutoRaiseCapacity(int more, int capacityLimit) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
AutoRaiseCapacity< T >(T[] array, int count, int more, int capacityLimit) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
BinarySearch(T lookFor) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
BinarySearch(T lookFor, Comparer< T > comp) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
BinarySearch(T lookFor, Comparer< T > comp, bool lowerBound) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
BinarySearch< K >(K lookFor, Func< T, K, int > func, bool lowerBound) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
BinarySearch< T >(T[] array, int count, T k, Comparer< T > comp, bool lowerBound) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
BinarySearch< T, K >(T[] _array, int _count, K k, Func< T, K, int > compare, bool lowerBound)Loyc.Collections.Impl.InternalList< T >inlinestatic
BinarySearchByIndex< Anything >(Anything data, int count, Func< int, Anything, int > compare, bool lowerBound)Loyc.Collections.Impl.InternalList< T >inlinestatic
CapacityLoyc.Collections.Impl.InternalList< T >
Clear()Loyc.Collections.Impl.InternalList< T >inline
Clone()Loyc.Collections.Impl.InternalList< T >inline
CloneAndTrim()Loyc.Collections.Impl.InternalList< T >inline
Contains(T item) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
CopySection(int start, int subcount) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
CopyTo(T[] array, int arrayIndex)Loyc.Collections.Impl.InternalList< T >inline
CopyToNewArray< T >(T[] _array, int _count, int newCapacity) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
CopyToNewArray< T >(T[] array) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
Count (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
Empty (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >static
EmptyArray (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >static
Fill< T >(T[] array, T value) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
Fill< T >(T[] array, int start, int count, T value) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
First (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
GetEnumerator() (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
GetEnumerator() (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
IndexOf(T item) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
IndexOf(T item, int index) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Insert(int index, T item) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Insert< T >(int index, T item, T[] array, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
InsertionSort< T >(T[] array, int index, int count, Comparison< T > comp)Loyc.Collections.Impl.InternalList< T >inlinestatic
InsertRange(int index, ICollectionAndReadOnly< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InsertRange(int index, IReadOnlyCollection< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InsertRange(int index, ICollection< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InsertRange(int index, IEnumerable< T > e) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InsertRangeHelper(int index, int spaceNeeded) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InsertRangeHelper< T >(int index, int spaceNeeded, T[] array, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
InternalArray (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
InternalList(int capacity) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InternalList(T[] array, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InternalList(IEnumerable< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
InternalList(IEnumerator< T > items) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
IsEmpty (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
IsReadOnly (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
Last (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
Move(int from, int to)Loyc.Collections.Impl.InternalList< T >inline
Move< T >(T[] array, int from, int to) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
NextLargerSize(int than)Loyc.Collections.Impl.InternalList< T >inlinestatic
NextLargerSize(int than, int capacityLimit)Loyc.Collections.Impl.InternalList< T >inlinestatic
Pop() (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Remove(T item) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
RemoveAt(int index) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
RemoveAt< T >(int index, T[] array, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
RemoveAt< T >(int index, int removeCount, T[] array, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inlinestatic
RemoveRange(int index, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Resize(int newSize)Loyc.Collections.Impl.InternalList< T >inline
Resize(int newSize, bool allowReduceCapacity)Loyc.Collections.Impl.InternalList< T >inline
Slice(int start, int count) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Slice(int start, int count=int.MaxValue) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Sort(Comparison< T > comp) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Sort(int index, int count, Comparison< T > comp) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
Sort< T >(T[] array, int index, int count, Comparison< T > comp)Loyc.Collections.Impl.InternalList< T >inlinestatic
this[int index, T defaultValue] (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
this[int index] (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >
ToArray()Loyc.Collections.Impl.InternalList< T >inline
TryGet(int index, out bool fail) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline