_items | System.Collections.Generic.List< T > | package |
_size | System.Collections.Generic.List< T > | package |
_version | System.Collections.Generic.List< T > | private |
Add(T item) | System.Collections.Generic.List< T > | inline |
Add(object item) | System.Collections.Generic.List< T > | inlineprivate |
AddRange(IEnumerable< T > collection) | System.Collections.Generic.List< T > | inline |
AddWithResize(T item) | System.Collections.Generic.List< T > | inlineprivate |
AsReadOnly() | System.Collections.Generic.List< T > | inline |
BinarySearch(int index, int count, T item, IComparer< T >? comparer) | System.Collections.Generic.List< T > | inline |
BinarySearch(T item) | System.Collections.Generic.List< T > | inline |
BinarySearch(T item, IComparer< T >? comparer) | System.Collections.Generic.List< T > | inline |
Capacity | System.Collections.Generic.List< T > | |
Clear() | System.Collections.Generic.List< T > | inline |
ClonableStack() | MS.Internal.Xml.XPath.ClonableStack< T > | inline |
ClonableStack(IEnumerable< T > collection) | MS.Internal.Xml.XPath.ClonableStack< T > | inlineprivate |
Clone() | MS.Internal.Xml.XPath.ClonableStack< T > | inline |
Contains(T item) | System.Collections.Generic.List< T > | inline |
Contains(object item) | System.Collections.Generic.List< T > | inlineprivate |
ConvertAll< TOutput >(Converter< T, TOutput > converter) | System.Collections.Generic.List< T > | inline |
CopyTo(T[] array) | System.Collections.Generic.List< T > | inline |
CopyTo(Array array, int arrayIndex) | System.Collections.Generic.List< T > | inlineprivate |
CopyTo(int index, T[] array, int arrayIndex, int count) | System.Collections.Generic.List< T > | inline |
CopyTo(T[] array, int arrayIndex) | System.Collections.Generic.List< T > | inline |
Count | System.Collections.Generic.List< T > | |
EnsureCapacity(int capacity) | System.Collections.Generic.List< T > | inline |
Exists(Predicate< T > match) | System.Collections.Generic.List< T > | inline |
Find(Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindAll(Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindIndex(Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindIndex(int startIndex, Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindIndex(int startIndex, int count, Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindLast(Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindLastIndex(Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindLastIndex(int startIndex, Predicate< T > match) | System.Collections.Generic.List< T > | inline |
FindLastIndex(int startIndex, int count, Predicate< T > match) | System.Collections.Generic.List< T > | inline |
ForEach(Action< T > action) | System.Collections.Generic.List< T > | inline |
GetEnumerator() | System.Collections.Generic.List< T > | inline |
GetEnumerator() | System.Collections.Generic.List< T > | inlineprivate |
GetEnumerator() | System.Collections.Generic.List< T > | inlineprivate |
GetRange(int index, int count) | System.Collections.Generic.List< T > | inline |
Grow(int capacity) | System.Collections.Generic.List< T > | inlineprivate |
IndexOf(T item) | System.Collections.Generic.List< T > | inline |
IndexOf(object item) | System.Collections.Generic.List< T > | inlineprivate |
IndexOf(T item, int index) | System.Collections.Generic.List< T > | inline |
IndexOf(T item, int index, int count) | System.Collections.Generic.List< T > | inline |
Insert(int index, T item) | System.Collections.Generic.List< T > | inline |
Insert(int index, object item) | System.Collections.Generic.List< T > | inlineprivate |
InsertRange(int index, IEnumerable< T > collection) | System.Collections.Generic.List< T > | inline |
IsCompatibleObject(object value) | System.Collections.Generic.List< T > | inlineprivatestatic |
IsFixedSize | System.Collections.Generic.List< T > | private |
IsReadOnly | System.Collections.Generic.List< T > | private |
IsReadOnly | System.Collections.Generic.List< T > | private |
IsSynchronized | System.Collections.Generic.List< T > | private |
LastIndexOf(T item) | System.Collections.Generic.List< T > | inline |
LastIndexOf(T item, int index) | System.Collections.Generic.List< T > | inline |
LastIndexOf(T item, int index, int count) | System.Collections.Generic.List< T > | inline |
List() | System.Collections.Generic.List< T > | inline |
List(int capacity) | System.Collections.Generic.List< T > | inline |
List(IEnumerable< T > collection) | System.Collections.Generic.List< T > | inline |
Peek() | MS.Internal.Xml.XPath.ClonableStack< T > | inline |
Pop() | MS.Internal.Xml.XPath.ClonableStack< T > | inline |
Push(T value) | MS.Internal.Xml.XPath.ClonableStack< T > | inline |
Remove(T item) | System.Collections.Generic.List< T > | inline |
Remove(object item) | System.Collections.Generic.List< T > | inlineprivate |
RemoveAll(Predicate< T > match) | System.Collections.Generic.List< T > | inline |
RemoveAt(int index) | System.Collections.Generic.List< T > | inline |
RemoveRange(int index, int count) | System.Collections.Generic.List< T > | inline |
Reverse() | System.Collections.Generic.List< T > | inline |
Reverse(int index, int count) | System.Collections.Generic.List< T > | inline |
s_emptyArray | System.Collections.Generic.List< T > | privatestatic |
Sort() | System.Collections.Generic.List< T > | inline |
Sort(IComparer< T >? comparer) | System.Collections.Generic.List< T > | inline |
Sort(int index, int count, IComparer< T >? comparer) | System.Collections.Generic.List< T > | inline |
Sort(Comparison< T > comparison) | System.Collections.Generic.List< T > | inline |
SyncRoot | System.Collections.Generic.List< T > | private |
this[int index] | System.Collections.Generic.List< T > | |
this[int index] | System.Collections.Generic.List< T > | private |
ToArray() | System.Collections.Generic.List< T > | inline |
TrimExcess() | System.Collections.Generic.List< T > | inline |
TrueForAll(Predicate< T > match) | System.Collections.Generic.List< T > | inline |