terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
This is the complete list of members for System.Array, including all inherited members.
Add(object value) | System.Array | inlineprivate |
Array() | System.Array | inlineprivate |
AsReadOnly< T >(T[] array) | System.Array | inlinestatic |
BinarySearch(global::System.Array array, object value) | System.Array | inlinestatic |
BinarySearch(global::System.Array array, int index, int length, object value) | System.Array | inlinestatic |
BinarySearch(global::System.Array array, object value, global::System.Collections.IComparer comparer) | System.Array | inlinestatic |
BinarySearch(global::System.Array array, int index, int length, object value, global::System.Collections.IComparer comparer) | System.Array | inlinestatic |
BinarySearch< T >(T[] array, T value) | System.Array | inlinestatic |
BinarySearch< T >(T[] array, T value, global::System.Collections.Generic.IComparer< T > comparer) | System.Array | inlinestatic |
BinarySearch< T >(T[] array, int index, int length, T value) | System.Array | inlinestatic |
BinarySearch< T >(T[] array, int index, int length, T value, global::System.Collections.Generic.IComparer< T > comparer) | System.Array | inlinestatic |
CanAssignArrayElement(global::System.Type source, global::System.Type target) | System.Array | inlineprivatestatic |
Clear() | System.Array | inlineprivate |
Clear(global::System.Array array, int index, int length) | System.Array | inlinestatic |
ClearInternal(global::System.Array a, int index, int count) | System.Array | private |
Clone() | System.Array | inline |
CombineHashCodes(int h1, int h2) | System.Array | inlinepackagestatic |
CompareTo(object other, global::System.Collections.IComparer comparer) | System.Array | inlineprivate |
ConstrainedCopy(global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length) | System.Array | inlinestatic |
Contains(object value) | System.Array | inlineprivate |
ConvertAll< TInput, TOutput >(TInput[] array, global::System.Converter< TInput, TOutput > converter) | System.Array | inlinestatic |
Copy(global::System.Array sourceArray, global::System.Array destinationArray, long length) | System.Array | inlinestatic |
Copy(global::System.Array sourceArray, long sourceIndex, global::System.Array destinationArray, long destinationIndex, long length) | System.Array | inlinestatic |
Copy(global::System.Array sourceArray, global::System.Array destinationArray, int length) | System.Array | inlinestatic |
Copy(global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length) | System.Array | inlinestatic |
CopyTo(global::System.Array array, int index) | System.Array | inline |
CopyTo(global::System.Array array, long index) | System.Array | inline |
Count | System.Array | private |
CreateArrayTypeMismatchException() | System.Array | inlineprivatestatic |
CreateInstance(global::System.Type elementType, params long[] lengths) | System.Array | inlinestatic |
CreateInstance(global::System.Type elementType, int length) | System.Array | inlinestatic |
CreateInstance(global::System.Type elementType, int length1, int length2) | System.Array | inlinestatic |
CreateInstance(global::System.Type elementType, int length1, int length2, int length3) | System.Array | inlinestatic |
CreateInstance(global::System.Type elementType, params int[] lengths) | System.Array | inlinestatic |
CreateInstance(global::System.Type elementType, int[] lengths, int[] lowerBounds) | System.Array | inlinestatic |
CreateInstanceImpl(global::System.Type elementType, int[] lengths, int[] bounds) | System.Array | package |
Empty< T >() | System.Array | inlinestatic |
Equals(object other, global::System.Collections.IEqualityComparer comparer) | System.Array | inlineprivate |
Exists< T >(T[] array, global::System.Predicate< T > match) | System.Array | inlinestatic |
FastCopy(global::System.Array source, int source_idx, global::System.Array dest, int dest_idx, int length) | System.Array | package |
Fill< T >(T[] array, T value) | System.Array | inlinestatic |
Fill< T >(T[] array, T value, int startIndex, int count) | System.Array | inlinestatic |
Find< T >(T[] array, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindAll< T >(T[] array, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindIndex< T >(T[] array, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindIndex< T >(T[] array, int startIndex, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindIndex< T >(T[] array, int startIndex, int count, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindLast< T >(T[] array, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindLastIndex< T >(T[] array, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindLastIndex< T >(T[] array, int startIndex, global::System.Predicate< T > match) | System.Array | inlinestatic |
FindLastIndex< T >(T[] array, int startIndex, int count, global::System.Predicate< T > match) | System.Array | inlinestatic |
ForEach< T >(T[] array, global::System.Action< T > action) | System.Array | inlinestatic |
GetEnumerator() | System.Array | inline |
GetGenericValueImpl< T >(int pos, out T value) | System.Array | inlinepackage |
GetHashCode(global::System.Collections.IEqualityComparer comparer) | System.Array | inlineprivate |
GetLength(int dimension) | System.Array | |
GetLongLength(int dimension) | System.Array | inline |
GetLowerBound(int dimension) | System.Array | |
GetMedian(int low, int hi) | System.Array | inlineprivatestatic |
GetRank() | System.Array | private |
GetRawSzArrayData() | System.Array | inlinepackage |
GetUpperBound(int dimension) | System.Array | inline |
GetValue(long index) | System.Array | inline |
GetValue(long index1, long index2) | System.Array | inline |
GetValue(long index1, long index2, long index3) | System.Array | inline |
GetValue(params long[] indices) | System.Array | inline |
GetValue(params int[] indices) | System.Array | |
GetValue(int index) | System.Array | inline |
GetValue(int index1, int index2) | System.Array | inline |
GetValue(int index1, int index2, int index3) | System.Array | inline |
GetValueImpl(int pos) | System.Array | package |
IndexOf(object value) | System.Array | inlineprivate |
IndexOf(global::System.Array array, object value) | System.Array | inlinestatic |
IndexOf(global::System.Array array, object value, int startIndex) | System.Array | inlinestatic |
IndexOf(global::System.Array array, object value, int startIndex, int count) | System.Array | inlinestatic |
IndexOf< T >(T[] array, T value) | System.Array | inlinestatic |
IndexOf< T >(T[] array, T value, int startIndex) | System.Array | inlinestatic |
IndexOf< T >(T[] array, T value, int startIndex, int count) | System.Array | inlinestatic |
IndexOfImpl< T >(T[] array, T value, int startIndex, int count) | System.Array | inlineprivatestatic |
Initialize() | System.Array | inline |
Insert(int index, object value) | System.Array | inlineprivate |
InternalArray__get_Item< T >(int index) | System.Array | inlinepackage |
InternalArray__ICollection_Add< T >(T item) | System.Array | inlinepackage |
InternalArray__ICollection_Clear() | System.Array | inlinepackage |
InternalArray__ICollection_Contains< T >(T item) | System.Array | inlinepackage |
InternalArray__ICollection_CopyTo< T >(T[] array, int arrayIndex) | System.Array | inlinepackage |
InternalArray__ICollection_get_Count() | System.Array | inlinepackage |
InternalArray__ICollection_get_IsReadOnly() | System.Array | inlinepackage |
InternalArray__ICollection_Remove< T >(T item) | System.Array | inlinepackage |
InternalArray__IEnumerable_GetEnumerator< T >() | System.Array | inlinepackage |
InternalArray__IndexOf< T >(T item) | System.Array | inlinepackage |
InternalArray__Insert< T >(int index, T item) | System.Array | inlinepackage |
InternalArray__IReadOnlyCollection_get_Count() | System.Array | inlinepackage |
InternalArray__IReadOnlyList_get_Item< T >(int index) | System.Array | inlinepackage |
InternalArray__RemoveAt(int index) | System.Array | inlinepackage |
InternalArray__set_Item< T >(int index, T item) | System.Array | inlinepackage |
IsFixedSize | System.Array | |
IsReadOnly | System.Array | private |
IsReadOnly | System.Array | |
IsSynchronized | System.Array | |
Item | System.Array | private |
LastIndexOf(global::System.Array array, object value) | System.Array | inlinestatic |
LastIndexOf(global::System.Array array, object value, int startIndex) | System.Array | inlinestatic |
LastIndexOf(global::System.Array array, object value, int startIndex, int count) | System.Array | inlinestatic |
LastIndexOf< T >(T[] array, T value) | System.Array | inlinestatic |
LastIndexOf< T >(T[] array, T value, int startIndex) | System.Array | inlinestatic |
LastIndexOf< T >(T[] array, T value, int startIndex, int count) | System.Array | inlinestatic |
LastIndexOfImpl< T >(T[] array, T value, int startIndex, int count) | System.Array | inlineprivatestatic |
Length | System.Array | |
LongLength | System.Array | |
Rank | System.Array | |
Remove(object value) | System.Array | inlineprivate |
RemoveAt(int index) | System.Array | inlineprivate |
Resize< T >(ref T[] array, int newSize) | System.Array | inlinestatic |
Reverse(global::System.Array array) | System.Array | inlinestatic |
Reverse(global::System.Array array, int index, int length) | System.Array | inlinestatic |
Reverse< T >(T[] array) | System.Array | inlinestatic |
Reverse< T >(T[] array, int index, int length) | System.Array | inlinestatic |
SetGenericValueImpl< T >(int pos, ref T value) | System.Array | inlinepackage |
SetValue(object value, long index) | System.Array | inline |
SetValue(object value, long index1, long index2) | System.Array | inline |
SetValue(object value, long index1, long index2, long index3) | System.Array | inline |
SetValue(object value, params long[] indices) | System.Array | inline |
SetValue(object value, params int[] indices) | System.Array | |
SetValue(object value, int index) | System.Array | inline |
SetValue(object value, int index1, int index2) | System.Array | inline |
SetValue(object value, int index1, int index2, int index3) | System.Array | inline |
SetValueImpl(object value, int pos) | System.Array | package |
Sort(global::System.Array array) | System.Array | inlinestatic |
Sort(global::System.Array array, int index, int length) | System.Array | inlinestatic |
Sort(global::System.Array array, global::System.Collections.IComparer comparer) | System.Array | inlinestatic |
Sort(global::System.Array array, int index, int length, global::System.Collections.IComparer comparer) | System.Array | inlinestatic |
Sort(global::System.Array keys, global::System.Array items) | System.Array | inlinestatic |
Sort(global::System.Array keys, global::System.Array items, global::System.Collections.IComparer comparer) | System.Array | inlinestatic |
Sort(global::System.Array keys, global::System.Array items, int index, int length) | System.Array | inlinestatic |
Sort(global::System.Array keys, global::System.Array items, int index, int length, global::System.Collections.IComparer comparer) | System.Array | inlinestatic |
Sort< T >(T[] array) | System.Array | inlinestatic |
Sort< T >(T[] array, int index, int length) | System.Array | inlinestatic |
Sort< T >(T[] array, global::System.Collections.Generic.IComparer< T > comparer) | System.Array | inlinestatic |
Sort< T >(T[] array, int index, int length, global::System.Collections.Generic.IComparer< T > comparer) | System.Array | inlinestatic |
Sort< T >(T[] array, global::System.Comparison< T > comparison) | System.Array | inlinestatic |
Sort< TKey, TValue >(TKey[] keys, TValue[] items) | System.Array | inlinestatic |
Sort< TKey, TValue >(TKey[] keys, TValue[] items, int index, int length) | System.Array | inlinestatic |
Sort< TKey, TValue >(TKey[] keys, TValue[] items, global::System.Collections.Generic.IComparer< TKey > comparer) | System.Array | inlinestatic |
Sort< TKey, TValue >(TKey[] keys, TValue[] items, int index, int length, global::System.Collections.Generic.IComparer< TKey > comparer) | System.Array | inlinestatic |
SortImpl(global::System.Array keys, global::System.Array items, int index, int length, global::System.Collections.IComparer comparer) | System.Array | inlineprivatestatic |
SyncRoot | System.Array | |
TrueForAll< T >(T[] array, global::System.Predicate< T > match) | System.Array | inlinestatic |
UnsafeCreateInstance(global::System.Type elementType, int[] lengths, int[] lowerBounds) | System.Array | inlinepackagestatic |
UnsafeCreateInstance(global::System.Type elementType, int length1, int length2) | System.Array | inlinepackagestatic |
UnsafeCreateInstance(global::System.Type elementType, params int[] lengths) | System.Array | inlinepackagestatic |
UnsafeLoad< T >(T[] array, int index) | System.Array | inlinepackagestatic |
UnsafeMov< S, R >(S instance) | System.Array | inlinepackagestatic |
UnsafeStore< T >(T[] array, int index, T value) | System.Array | inlinepackagestatic |