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

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

Add(T value)System.Collections.Immutable.IImmutableList< T >
AddRange(IEnumerable< T > items)System.Collections.Immutable.IImmutableList< T >
Clear()System.Collections.Immutable.IImmutableList< T >
CountSystem.Collections.Generic.IReadOnlyCollection< T >
GetEnumerator()System.Collections.IEnumerable
IndexOf(T item, int index, int count, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.IImmutableList< T >
Insert(int index, T element)System.Collections.Immutable.IImmutableList< T >
InsertRange(int index, IEnumerable< T > items)System.Collections.Immutable.IImmutableList< T >
LastIndexOf(T item, int index, int count, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.IImmutableList< T >
Remove(T value, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.IImmutableList< T >
RemoveAll(Predicate< T > match)System.Collections.Immutable.IImmutableList< T >
RemoveAt(int index)System.Collections.Immutable.IImmutableList< T >
RemoveRange(IEnumerable< T > items, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.IImmutableList< T >
RemoveRange(int index, int count)System.Collections.Immutable.IImmutableList< T >
Replace(T oldValue, T newValue, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.IImmutableList< T >
SetItem(int index, T value)System.Collections.Immutable.IImmutableList< T >
this[int index]System.Collections.Generic.IReadOnlyList< T >