Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Array Member List

This is the complete list of members for System.Array, including all inherited members.

Add(object value)System.Arrayinlineprivate
System::Collections::Generic::IList.Add(T item)System.Collections.Generic.ICollection< T >
Array()System.Arrayinlineprotected
AsReadOnly< T >(T[] array)System.Arrayinlinestatic
BinarySearch(Array array, object? value)System.Arrayinlinestatic
BinarySearch(Array array, int index, int length, object? value)System.Arrayinlinestatic
BinarySearch(Array array, object? value, IComparer? comparer)System.Arrayinlinestatic
BinarySearch(Array array, int index, int length, object? value, IComparer? comparer)System.Arrayinlinestatic
BinarySearch< T >(T[] array, T value)System.Arrayinlinestatic
BinarySearch< T >(T[] array, T value, IComparer< T >? comparer)System.Arrayinlinestatic
BinarySearch< T >(T[] array, int index, int length, T value)System.Arrayinlinestatic
BinarySearch< T >(T[] array, int index, int length, T value, IComparer< T >? comparer)System.Arrayinlinestatic
Clear(Array array)System.Arrayinlinestatic
Clear(Array array, int index, int length)System.Arrayinlinestatic
Clear()System.Arrayinlineprivate
Clone()System.Arrayinline
CompareTo(object other, IComparer comparer)System.Arrayinlineprivate
System::Collections::IStructuralComparable.CompareTo(object? other, IComparer comparer)System.Collections.IStructuralComparable
ConstrainedCopy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)System.Arrayinlinestatic
Contains(object value)System.Arrayinlineprivate
System::Collections::Generic::IList.Contains(T item)System.Collections.Generic.ICollection< T >
ConvertAll< TInput, TOutput >(TInput[] array, Converter< TInput, TOutput > converter)System.Arrayinlinestatic
Copy(Array sourceArray, Array destinationArray, int length)System.Arrayinlinestatic
Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)System.Arrayinlinestatic
Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length, bool reliable)System.Arrayinlineprivatestatic
Copy(Array sourceArray, Array destinationArray, long length)System.Arrayinlinestatic
Copy(Array sourceArray, long sourceIndex, Array destinationArray, long destinationIndex, long length)System.Arrayinlinestatic
CopySlow(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)System.Arrayprivate
CopyTo(Array array, int index)System.Arrayinline
CopyTo(Array array, long index)System.Arrayinline
System::Collections::Generic::IList.CopyTo(T[] array, int arrayIndex)System.Collections.Generic.ICollection< T >
CountSystem.Arrayprivate
CreateInstance(Type elementType, int length)System.Arrayinlinestatic
CreateInstance(Type elementType, int length1, int length2)System.Arrayinlinestatic
CreateInstance(Type elementType, int length1, int length2, int length3)System.Arrayinlinestatic
CreateInstance(Type elementType, params int[] lengths)System.Arrayinlinestatic
CreateInstance(Type elementType, int[] lengths, int[] lowerBounds)System.Arrayinlinestatic
CreateInstance(Type elementType, params long[] lengths)System.Arrayinlinestatic
Empty< T >()System.Arrayinlinestatic
Equals(object other, IEqualityComparer comparer)System.Arrayinlineprivate
System::Collections::IStructuralEquatable.Equals(object? other, IEqualityComparer comparer)System.Collections.IStructuralEquatable
Exists< T >(T[] array, Predicate< T > match)System.Arrayinlinestatic
Fill< T >(T[] array, T value)System.Arrayinlinestatic
Fill< T >(T[] array, T value, int startIndex, int count)System.Arrayinlinestatic
Find< T >(T[] array, Predicate< T > match)System.Arrayinlinestatic
FindAll< T >(T[] array, Predicate< T > match)System.Arrayinlinestatic
FindIndex< T >(T[] array, Predicate< T > match)System.Arrayinlinestatic
FindIndex< T >(T[] array, int startIndex, Predicate< T > match)System.Arrayinlinestatic
FindIndex< T >(T[] array, int startIndex, int count, Predicate< T > match)System.Arrayinlinestatic
FindLast< T >(T[] array, Predicate< T > match)System.Arrayinlinestatic
FindLastIndex< T >(T[] array, Predicate< T > match)System.Arrayinlinestatic
FindLastIndex< T >(T[] array, int startIndex, Predicate< T > match)System.Arrayinlinestatic
FindLastIndex< T >(T[] array, int startIndex, int count, Predicate< T > match)System.Arrayinlinestatic
ForEach< T >(T[] array, Action< T > action)System.Arrayinlinestatic
GetCorElementTypeOfElementType()System.Arraypackage
GetEnumerator()System.Arrayinline
GetFlattenedIndex(ReadOnlySpan< int > indices)System.Arrayinlineprivate
GetHashCode(IEqualityComparer comparer)System.Arrayinlineprivate
System::Collections::IStructuralEquatable.GetHashCode(IEqualityComparer comparer)System.Collections.IStructuralEquatable
GetLength(int dimension)System.Arrayinline
GetLongLength(int dimension)System.Arrayinline
GetLowerBound(int dimension)System.Arrayinline
GetMedian(int low, int hi)System.Arrayinlineprivatestatic
GetUpperBound(int dimension)System.Arrayinline
GetValue(params int[] indices)System.Arrayinline
GetValue(int index)System.Arrayinline
GetValue(int index1, int index2)System.Arrayinline
GetValue(int index1, int index2, int index3)System.Arrayinline
GetValue(long index)System.Arrayinline
GetValue(long index1, long index2)System.Arrayinline
GetValue(long index1, long index2, long index3)System.Arrayinline
GetValue(params long[] indices)System.Arrayinline
IndexOf(object value)System.Arrayinlineprivate
IndexOf(Array array, object? value)System.Arrayinlinestatic
IndexOf(Array array, object? value, int startIndex)System.Arrayinlinestatic
IndexOf(Array array, object? value, int startIndex, int count)System.Arrayinlinestatic
System::Collections::Generic::IList.IndexOf(T item)System.Collections.Generic.IList< T >
IndexOf< T >(T[] array, T value)System.Arrayinlinestatic
IndexOf< T >(T[] array, T value, int startIndex)System.Arrayinlinestatic
IndexOf< T >(T[] array, T value, int startIndex, int count)System.Arrayinlinestatic
Initialize()System.Array
Insert(int index, object value)System.Arrayinlineprivate
System::Collections::Generic::IList.Insert(int index, T item)System.Collections.Generic.IList< T >
InternalCreate(void *elementType, int rank, int *pLengths, int *pLowerBounds)System.Arrayprivate
InternalGetValue(nint flattenedIndex)System.Arraypackage
InternalSetValue(object value, nint flattenedIndex)System.Arrayprivate
IsFixedSizeSystem.Array
IsReadOnlySystem.Array
IsSimpleCopy(Array sourceArray, Array destinationArray)System.Arrayprivate
IsSynchronizedSystem.Array
IsValueOfElementType(object value)System.Arrayinlineprivate
LastIndexOf(Array array, object? value)System.Arrayinlinestatic
LastIndexOf(Array array, object? value, int startIndex)System.Arrayinlinestatic
LastIndexOf(Array array, object? value, int startIndex, int count)System.Arrayinlinestatic
LastIndexOf< T >(T[] array, T value)System.Arrayinlinestatic
LastIndexOf< T >(T[] array, T value, int startIndex)System.Arrayinlinestatic
LastIndexOf< T >(T[] array, T value, int startIndex, int count)System.Arrayinlinestatic
LengthSystem.Array
LongLengthSystem.Array
MaxLengthSystem.Arraystatic
NativeLengthSystem.Arraypackage
RankSystem.Array
Remove(object value)System.Arrayinlineprivate
System::Collections::Generic::IList.Remove(T item)System.Collections.Generic.ICollection< T >
RemoveAt(int index)System.Arrayinlineprivate
Resize< T >([NotNull] ref T[]? array, int newSize)System.Arrayinlinestatic
Reverse(Array array)System.Arrayinlinestatic
Reverse(Array array, int index, int length)System.Arrayinlinestatic
Reverse< T >(T[] array)System.Arrayinlinestatic
Reverse< T >(T[] array, int index, int length)System.Arrayinlinestatic
SetValue(object? value, int index)System.Arrayinline
SetValue(object? value, int index1, int index2)System.Arrayinline
SetValue(object? value, int index1, int index2, int index3)System.Arrayinline
SetValue(object? value, params int[] indices)System.Arrayinline
SetValue(object? value, long index)System.Arrayinline
SetValue(object? value, long index1, long index2)System.Arrayinline
SetValue(object? value, long index1, long index2, long index3)System.Arrayinline
SetValue(object? value, params long[] indices)System.Arrayinline
Sort(Array array)System.Arrayinlinestatic
Sort(Array keys, Array? items)System.Arrayinlinestatic
Sort(Array array, int index, int length)System.Arrayinlinestatic
Sort(Array keys, Array? items, int index, int length)System.Arrayinlinestatic
Sort(Array array, IComparer? comparer)System.Arrayinlinestatic
Sort(Array keys, Array? items, IComparer? comparer)System.Arrayinlinestatic
Sort(Array array, int index, int length, IComparer? comparer)System.Arrayinlinestatic
Sort(Array keys, Array? items, int index, int length, IComparer? comparer)System.Arrayinlinestatic
Sort< T >(T[] array)System.Arrayinlinestatic
Sort< T >(T[] array, int index, int length)System.Arrayinlinestatic
Sort< T >(T[] array, IComparer< T >? comparer)System.Arrayinlinestatic
Sort< T >(T[] array, int index, int length, IComparer< T >? comparer)System.Arrayinlinestatic
Sort< T >(T[] array, Comparison< T > comparison)System.Arrayinlinestatic
Sort< TKey, TValue >(TKey[] keys, TValue[]? items)System.Arrayinlinestatic
Sort< TKey, TValue >(TKey[] keys, TValue[]? items, int index, int length)System.Arrayinlinestatic
Sort< TKey, TValue >(TKey[] keys, TValue[]? items, IComparer< TKey >? comparer)System.Arrayinlinestatic
Sort< TKey, TValue >(TKey[] keys, TValue[]? items, int index, int length, IComparer< TKey >? comparer)System.Arrayinlinestatic
SyncRootSystem.Array
this[int index]System.Arrayprivate
TrueForAll< T >(T[] array, Predicate< T > match)System.Arrayinlinestatic
UnsafeArrayAsSpan< T >(Array array, int adjustedIndex, int length)System.Arrayinlineprivatestatic