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

◆ IndexOf() [4/4]

int System.Data.DataTableCollection.IndexOf ( string? tableName)
inline

Definition at line 502 of file DataTableCollection.cs.

503 {
504 int num = InternalIndexOf(tableName);
505 if (num >= 0)
506 {
507 return num;
508 }
509 return -1;
510 }

References System.Data.DataTableCollection.InternalIndexOf().