Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IndexOf() [1/5]

int IList. System.Collections.Immutable.ImmutableList< T >.IndexOf ( object value)
inlineprivate

Definition at line 2088 of file ImmutableList.cs.

2089 {
2091 {
2092 return -1;
2093 }
2094 return IndexOf((T)value);
2095 }
int IndexOf(T item, int index, int count, IEqualityComparer< T >? equalityComparer)
static bool IsCompatibleObject(object value)

References System.Collections.Immutable.ImmutableList< T >.IndexOf(), System.Collections.Immutable.ImmutableList< T >.IsCompatibleObject(), and System.value.