Beef Corlib
System.Collections.Generic.List< T > Member List

This is the complete list of members for System.Collections.Generic.List< T >, including all inherited members.

Add(T item)System.Collections.Generic.List< T >inline
Add(Span< T > addSpan)System.Collections.Generic.List< T >inline
Alloc(int size) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inlineprotected
AllocSize (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
Back (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
BinarySearch(T item, delegate int(T lhs, T rhs) comparer) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
BinarySearch(int index, int count, T item, delegate int(T lhs, T rhs) comparer) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Capacity (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
Clear() (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Contains(T item) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
CopyTo(T[] array) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
CopyTo(List< T > destList) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
CopyTo(T[] array, int arrayIndex) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
CopyTo(int index, T[] array, int arrayIndex, int count) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Count (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
EnsureCapacity(int min) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
FindIndex(Predicate< T > match) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Free(T *val) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inlineprotected
Front (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
GCMarkMembers() (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inlineprotected
GetEnumerator() (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
GrowUnitialized(int addSize)System.Collections.Generic.List< T >inline
IndexOf(T item) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
IndexOf(T item, int index) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
IndexOf(T item, int index, int count) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Insert(int index, T item) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Insert(int index, Span< T > items) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
IsDynAlloc (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
IsEmpty (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
LastIndexOf(T item) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
List() (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
List(IEnumerator< T > enumerator) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
List(int capacity) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
operator Span< T >(List< T > list) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inlinestatic
PopBack() (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
PopFront() (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Ptr (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
Remove(T item) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
RemoveAll(Predicate< T > match) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
RemoveAt(int index) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
RemoveAtFast(int index) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
RemoveRange(int index, int count) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Reserve(int size) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
Sort(Comparison< T > comp) (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline
this[int index] (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >
~List() (defined in System.Collections.Generic.List< T >)System.Collections.Generic.List< T >inline