Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.ReflectionXmlSerializationReader.CollectionMember Member List

This is the complete list of members for System.Xml.Serialization.ReflectionXmlSerializationReader.CollectionMember, including all inherited members.

_itemsSystem.Collections.Generic.List< object >package
_sizeSystem.Collections.Generic.List< object >package
_versionSystem.Collections.Generic.List< object >private
Add(T item)System.Collections.Generic.List< object >inline
Add(object item)System.Collections.Generic.List< object >inlineprivate
AddRange(IEnumerable< T > collection)System.Collections.Generic.List< object >inline
AddWithResize(T item)System.Collections.Generic.List< object >inlineprivate
AsReadOnly()System.Collections.Generic.List< object >inline
BinarySearch(int index, int count, T item, IComparer< T >? comparer)System.Collections.Generic.List< object >inline
BinarySearch(T item)System.Collections.Generic.List< object >inline
BinarySearch(T item, IComparer< T >? comparer)System.Collections.Generic.List< object >inline
CapacitySystem.Collections.Generic.List< object >
Clear()System.Collections.Generic.List< object >inline
Contains(T item)System.Collections.Generic.List< object >inline
Contains(object item)System.Collections.Generic.List< object >inlineprivate
ConvertAll< TOutput >(Converter< T, TOutput > converter)System.Collections.Generic.List< object >inline
CopyTo(T[] array)System.Collections.Generic.List< object >inline
CopyTo(Array array, int arrayIndex)System.Collections.Generic.List< object >inlineprivate
CopyTo(int index, T[] array, int arrayIndex, int count)System.Collections.Generic.List< object >inline
CopyTo(T[] array, int arrayIndex)System.Collections.Generic.List< object >inline
CountSystem.Collections.Generic.List< object >
EnsureCapacity(int capacity)System.Collections.Generic.List< object >inline
Exists(Predicate< T > match)System.Collections.Generic.List< object >inline
Find(Predicate< T > match)System.Collections.Generic.List< object >inline
FindAll(Predicate< T > match)System.Collections.Generic.List< object >inline
FindIndex(Predicate< T > match)System.Collections.Generic.List< object >inline
FindIndex(int startIndex, Predicate< T > match)System.Collections.Generic.List< object >inline
FindIndex(int startIndex, int count, Predicate< T > match)System.Collections.Generic.List< object >inline
FindLast(Predicate< T > match)System.Collections.Generic.List< object >inline
FindLastIndex(Predicate< T > match)System.Collections.Generic.List< object >inline
FindLastIndex(int startIndex, Predicate< T > match)System.Collections.Generic.List< object >inline
FindLastIndex(int startIndex, int count, Predicate< T > match)System.Collections.Generic.List< object >inline
ForEach(Action< T > action)System.Collections.Generic.List< object >inline
GetEnumerator()System.Collections.Generic.List< object >inline
GetEnumerator()System.Collections.Generic.List< object >inlineprivate
GetEnumerator()System.Collections.Generic.List< object >inlineprivate
GetRange(int index, int count)System.Collections.Generic.List< object >inline
Grow(int capacity)System.Collections.Generic.List< object >inlineprivate
IndexOf(T item)System.Collections.Generic.List< object >inline
IndexOf(object item)System.Collections.Generic.List< object >inlineprivate
IndexOf(T item, int index)System.Collections.Generic.List< object >inline
IndexOf(T item, int index, int count)System.Collections.Generic.List< object >inline
Insert(int index, T item)System.Collections.Generic.List< object >inline
Insert(int index, object item)System.Collections.Generic.List< object >inlineprivate
InsertRange(int index, IEnumerable< T > collection)System.Collections.Generic.List< object >inline
IsCompatibleObject(object value)System.Collections.Generic.List< object >inlineprivatestatic
IsFixedSizeSystem.Collections.Generic.List< object >private
IsReadOnlySystem.Collections.Generic.List< object >private
IsReadOnlySystem.Collections.Generic.List< object >private
IsSynchronizedSystem.Collections.Generic.List< object >private
LastIndexOf(T item)System.Collections.Generic.List< object >inline
LastIndexOf(T item, int index)System.Collections.Generic.List< object >inline
LastIndexOf(T item, int index, int count)System.Collections.Generic.List< object >inline
List()System.Collections.Generic.List< object >inline
List(int capacity)System.Collections.Generic.List< object >inline
List(IEnumerable< T > collection)System.Collections.Generic.List< object >inline
Remove(T item)System.Collections.Generic.List< object >inline
Remove(object item)System.Collections.Generic.List< object >inlineprivate
RemoveAll(Predicate< T > match)System.Collections.Generic.List< object >inline
RemoveAt(int index)System.Collections.Generic.List< object >inline
RemoveRange(int index, int count)System.Collections.Generic.List< object >inline
Reverse()System.Collections.Generic.List< object >inline
Reverse(int index, int count)System.Collections.Generic.List< object >inline
s_emptyArraySystem.Collections.Generic.List< object >privatestatic
Sort()System.Collections.Generic.List< object >inline
Sort(IComparer< T >? comparer)System.Collections.Generic.List< object >inline
Sort(int index, int count, IComparer< T >? comparer)System.Collections.Generic.List< object >inline
Sort(Comparison< T > comparison)System.Collections.Generic.List< object >inline
SyncRootSystem.Collections.Generic.List< object >private
this[int index]System.Collections.Generic.List< object >
this[int index]System.Collections.Generic.List< object >private
ToArray()System.Collections.Generic.List< object >inline
TrimExcess()System.Collections.Generic.List< object >inline
TrueForAll(Predicate< T > match)System.Collections.Generic.List< object >inline