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

◆ RangeCheck() [2/2]

int System.Data.Common.DataTableMappingCollection.RangeCheck ( string sourceTable)
inlineprivate

Definition at line 300 of file DataTableMappingCollection.cs.

301 {
302 int num = IndexOf(sourceTable);
303 if (num < 0)
304 {
305 throw ADP.TablesSourceIndex(sourceTable);
306 }
307 return num;
308 }

References System.Data.Common.DataTableMappingCollection.IndexOf(), and System.Data.Common.ADP.TablesSourceIndex().