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.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
AutoRaiseCapacity(int more, int capacityLimit) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
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
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) (defined in Loyc.Collections.Impl.InternalList< T >)Loyc.Collections.Impl.InternalList< T >inline
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
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
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
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
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
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)Loyc.Collections.Impl.InternalList< T >inline
Slice(int start, int count)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
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)Loyc.Collections.Impl.InternalList< T >inline