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

◆ IndexOf() [2/4]

int IList. System.Text.RegularExpressions.GroupCollection.IndexOf ( object value)
inlineprivate

Definition at line 306 of file GroupCollection.cs.

307 {
308 if (!(value is Group item))
309 {
310 return -1;
311 }
312 return ((IList<Group>)this).IndexOf(item);
313 }

References System.item, and System.Text.RegularExpressions.value.