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

◆ Contains() [1/2]

bool IList. System.Array.Contains ( object value)
inlineprivate

Definition at line 1218 of file Array.cs.

1219 {
1220 return IndexOf(this, value) >= GetLowerBound(0);
1221 }
int IList. IndexOf(object value)
Definition Array.cs:1228
int GetLowerBound(int dimension)
Definition Array.cs:868

References System.Array.GetLowerBound(), System.Array.IndexOf(), and System.value.