Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.ImmutableArray< T > Member List

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

Add(T item)System.Collections.Immutable.ImmutableArray< T >inline
Add(T item)System.Collections.Immutable.ImmutableArray< T >inline
Add(T value)System.Collections.Immutable.ImmutableArray< T >inline
Add(object value)System.Collections.Immutable.ImmutableArray< T >inline
IList< T >.Add(object? value)System.Collections.IList< T >
System::Collections::IList.Add(object? value)System.Collections.IList
AddRange(IEnumerable< T > items)System.Collections.Immutable.ImmutableArray< T >inline
AddRange(ImmutableArray< T > items)System.Collections.Immutable.ImmutableArray< T >inline
AddRange(IEnumerable< T > items)System.Collections.Immutable.ImmutableArray< T >inline
arraySystem.Collections.Immutable.ImmutableArray< T >package
ArraySystem.Collections.Immutable.ImmutableArray< T >
As< TOther >()System.Collections.Immutable.ImmutableArray< T >inline
AsMemory()System.Collections.Immutable.ImmutableArray< T >inline
AsSpan()System.Collections.Immutable.ImmutableArray< T >inline
BinarySearch< T >(this ImmutableArray< T > array, T value)System.Collections.Immutable.ImmutableArray< T >inlinestatic
BinarySearch< T >(this ImmutableArray< T > array, T value, IComparer< T >? comparer)System.Collections.Immutable.ImmutableArray< T >inlinestatic
BinarySearch< T >(this ImmutableArray< T > array, int index, int length, T value)System.Collections.Immutable.ImmutableArray< T >inlinestatic
BinarySearch< T >(this ImmutableArray< T > array, int index, int length, T value, IComparer< T >? comparer)System.Collections.Immutable.ImmutableArray< T >inlinestatic
CastArray< TOther >()System.Collections.Immutable.ImmutableArray< T >inline
CastUp< TDerived >(ImmutableArray< TDerived > items)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Clear()System.Collections.Immutable.ImmutableArray< T >inline
Clear()System.Collections.Immutable.ImmutableArray< T >inline
Clear()System.Collections.Immutable.ImmutableArray< T >inline
Clear()System.Collections.Immutable.ImmutableArray< T >inline
CompareTo(object other, IComparer comparer)System.Collections.Immutable.ImmutableArray< T >inline
System::Collections::IStructuralComparable.CompareTo(object? other, IComparer comparer)System.Collections.IStructuralComparable
Contains(T item)System.Collections.Immutable.ImmutableArray< T >inline
Contains(object value)System.Collections.Immutable.ImmutableArray< T >inline
IList< T >.Contains(object? value)System.Collections.IList< T >
System::Collections::IList.Contains(object? value)System.Collections.IList
CopyTo(Array array, int index)System.Collections.Immutable.ImmutableArray< T >inline
CopyTo(T[] destination)System.Collections.Immutable.ImmutableArray< T >inline
CopyTo(T[] destination, int destinationIndex)System.Collections.Immutable.ImmutableArray< T >inline
CopyTo(int sourceIndex, T[] destination, int destinationIndex, int length)System.Collections.Immutable.ImmutableArray< T >inline
CountSystem.Collections.Immutable.ImmutableArray< T >
CountSystem.Collections.Immutable.ImmutableArray< T >
CountSystem.Collections.Immutable.ImmutableArray< T >
Create< T >()System.Collections.Immutable.ImmutableArray< T >inlinestatic
Create< T >(T item)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Create< T >(T item1, T item2)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Create< T >(T item1, T item2, T item3)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Create< T >(T item1, T item2, T item3, T item4)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Create< T >(params T[]? items)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Create< T >(T[] items, int start, int length)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Create< T >(ImmutableArray< T > items, int start, int length)System.Collections.Immutable.ImmutableArray< T >inlinestatic
CreateBuilder< T >()System.Collections.Immutable.ImmutableArray< T >inlinestatic
CreateBuilder< T >(int initialCapacity)System.Collections.Immutable.ImmutableArray< T >inlinestatic
CreateRange< T >(IEnumerable< T > items)System.Collections.Immutable.ImmutableArray< T >inlinestatic
CreateRange< TSource, TArg, TResult >(ImmutableArray< TSource > items, Func< TSource, TArg, TResult > selector, TArg arg)System.Collections.Immutable.ImmutableArray< T >inlinestatic
CreateRange< TSource, TArg, TResult >(ImmutableArray< TSource > items, int start, int length, Func< TSource, TArg, TResult > selector, TArg arg)System.Collections.Immutable.ImmutableArray< T >inlinestatic
CreateRange< TSource, TResult >(ImmutableArray< TSource > items, Func< TSource, TResult > selector)System.Collections.Immutable.ImmutableArray< T >inlinestatic
CreateRange< TSource, TResult >(ImmutableArray< TSource > items, int start, int length, Func< TSource, TResult > selector)System.Collections.Immutable.ImmutableArray< T >inlinestatic
DebuggerDisplaySystem.Collections.Immutable.ImmutableArray< T >private
EmptySystem.Collections.Immutable.ImmutableArray< T >static
Equals(object other, IEqualityComparer comparer)System.Collections.Immutable.ImmutableArray< T >inline
Equals([NotNullWhen(true)] object? obj)System.Collections.Immutable.ImmutableArray< T >inline
Equals(ImmutableArray< T > other)System.Collections.Immutable.ImmutableArray< T >inline
IEquatable< ImmutableArray< T > >.Equals(T? other)System.IEquatable< ImmutableArray< T > >
System::Collections::IStructuralEquatable.Equals(object? other, IEqualityComparer comparer)System.Collections.IStructuralEquatable
GetEnumerator()System.Collections.Immutable.ImmutableArray< T >inline
GetEnumerator()System.Collections.Immutable.ImmutableArray< T >inline
GetEnumerator()System.Collections.Immutable.ImmutableArray< T >inline
GetHashCode(IEqualityComparer comparer)System.Collections.Immutable.ImmutableArray< T >inline
GetHashCode()System.Collections.Immutable.ImmutableArray< T >inline
ImmutableArray(T[]? items)System.Collections.Immutable.ImmutableArray< T >inlinepackage
IndexOf(T item)System.Collections.Immutable.ImmutableArray< T >inline
IndexOf(T item, int startIndex, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
IndexOf(T item, int startIndex)System.Collections.Immutable.ImmutableArray< T >inline
IndexOf(T item, int startIndex, int count)System.Collections.Immutable.ImmutableArray< T >inline
IndexOf(T item, int startIndex, int count, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
IndexOf(object value)System.Collections.Immutable.ImmutableArray< T >inline
IList< T >.IndexOf(object? value)System.Collections.IList< T >
System::Collections::IList.IndexOf(object? value)System.Collections.IList
Insert(int index, T item)System.Collections.Immutable.ImmutableArray< T >inline
Insert(int index, T item)System.Collections.Immutable.ImmutableArray< T >inline
Insert(int index, T element)System.Collections.Immutable.ImmutableArray< T >inline
Insert(int index, object value)System.Collections.Immutable.ImmutableArray< T >inline
IList< T >.Insert(int index, object? value)System.Collections.IList< T >
System::Collections::IList.Insert(int index, object? value)System.Collections.IList
InsertRange(int index, IEnumerable< T > items)System.Collections.Immutable.ImmutableArray< T >inline
InsertRange(int index, ImmutableArray< T > items)System.Collections.Immutable.ImmutableArray< T >inline
InsertRange(int index, IEnumerable< T > items)System.Collections.Immutable.ImmutableArray< T >inline
IsDefaultSystem.Collections.Immutable.ImmutableArray< T >
IsDefaultOrEmptySystem.Collections.Immutable.ImmutableArray< T >
IsEmptySystem.Collections.Immutable.ImmutableArray< T >
IsFixedSizeSystem.Collections.Immutable.ImmutableArray< T >
IsReadOnlySystem.Collections.Immutable.ImmutableArray< T >
IsReadOnlySystem.Collections.Immutable.ImmutableArray< T >
IsSynchronizedSystem.Collections.Immutable.ImmutableArray< T >
ItemRef(int index)System.Collections.Immutable.ImmutableArray< T >inline
LastIndexOf(T item)System.Collections.Immutable.ImmutableArray< T >inline
LastIndexOf(T item, int startIndex)System.Collections.Immutable.ImmutableArray< T >inline
LastIndexOf(T item, int startIndex, int count)System.Collections.Immutable.ImmutableArray< T >inline
LastIndexOf(T item, int startIndex, int count, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
LengthSystem.Collections.Immutable.ImmutableArray< T >
OfType< TResult >()System.Collections.Immutable.ImmutableArray< T >inline
operator!=(ImmutableArray< T > left, ImmutableArray< T > right)System.Collections.Immutable.ImmutableArray< T >inlinestatic
operator!=(ImmutableArray< T >? left, ImmutableArray< T >? right)System.Collections.Immutable.ImmutableArray< T >inlinestatic
operator==(ImmutableArray< T > left, ImmutableArray< T > right)System.Collections.Immutable.ImmutableArray< T >inlinestatic
operator==(ImmutableArray< T >? left, ImmutableArray< T >? right)System.Collections.Immutable.ImmutableArray< T >inlinestatic
Remove(T item)System.Collections.Immutable.ImmutableArray< T >inline
Remove(T item, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
Remove(T item)System.Collections.Immutable.ImmutableArray< T >inline
Remove(T value, IEqualityComparer< T > equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
Remove(object value)System.Collections.Immutable.ImmutableArray< T >inline
IList< T >.Remove(object? value)System.Collections.IList< T >
System::Collections::IList.Remove(object? value)System.Collections.IList
RemoveAll(Predicate< T > match)System.Collections.Immutable.ImmutableArray< T >inline
RemoveAll(Predicate< T > match)System.Collections.Immutable.ImmutableArray< T >inline
RemoveAt(int index)System.Collections.Immutable.ImmutableArray< T >inline
RemoveAt(int index)System.Collections.Immutable.ImmutableArray< T >inline
RemoveAt(int index)System.Collections.Immutable.ImmutableArray< T >inline
RemoveAt(int index)System.Collections.Immutable.ImmutableArray< T >inline
RemoveAtRange(ICollection< int > indicesToRemove)System.Collections.Immutable.ImmutableArray< T >inlineprivate
RemoveRange(int index, int length)System.Collections.Immutable.ImmutableArray< T >inline
RemoveRange(IEnumerable< T > items)System.Collections.Immutable.ImmutableArray< T >inline
RemoveRange(IEnumerable< T > items, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
RemoveRange(ImmutableArray< T > items)System.Collections.Immutable.ImmutableArray< T >inline
RemoveRange(ImmutableArray< T > items, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
RemoveRange(IEnumerable< T > items, IEqualityComparer< T > equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
RemoveRange(int index, int count)System.Collections.Immutable.ImmutableArray< T >inline
Replace(T oldValue, T newValue)System.Collections.Immutable.ImmutableArray< T >inline
Replace(T oldValue, T newValue, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
Replace(T oldValue, T newValue, IEqualityComparer< T > equalityComparer)System.Collections.Immutable.ImmutableArray< T >inline
SetItem(int index, T item)System.Collections.Immutable.ImmutableArray< T >inline
SetItem(int index, T value)System.Collections.Immutable.ImmutableArray< T >inline
Sort()System.Collections.Immutable.ImmutableArray< T >inline
Sort(Comparison< T > comparison)System.Collections.Immutable.ImmutableArray< T >inline
Sort(IComparer< T >? comparer)System.Collections.Immutable.ImmutableArray< T >inline
Sort(int index, int count, IComparer< T >? comparer)System.Collections.Immutable.ImmutableArray< T >inline
SyncRootSystem.Collections.Immutable.ImmutableArray< T >
this[int index]System.Collections.Immutable.ImmutableArray< T >
this[int index]System.Collections.Immutable.ImmutableArray< T >
this[int index]System.Collections.Immutable.ImmutableArray< T >
this[int index]System.Collections.Immutable.ImmutableArray< T >
ThrowInvalidOperationIfNotInitialized()System.Collections.Immutable.ImmutableArray< T >inlineprivate
ThrowNullRefIfNotInitialized()System.Collections.Immutable.ImmutableArray< T >inlinepackage
ToBuilder()System.Collections.Immutable.ImmutableArray< T >inline
ToImmutableArray< TSource >(this IEnumerable< TSource > items)System.Collections.Immutable.ImmutableArray< T >inlinestatic
ToImmutableArray< TSource >(this ImmutableArray< TSource >.Builder builder)System.Collections.Immutable.ImmutableArray< T >inlinestatic
TwoElementArraySystem.Collections.Immutable.ImmutableArray< T >packagestatic