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

◆ TablesSourceIndex()

static Exception System.Data.Common.ADP.TablesSourceIndex ( string srcTable)
inlinestaticpackage

Definition at line 308 of file ADP.cs.

309 {
310 return CollectionIndexString(typeof(DataTableMapping), "SourceTable", srcTable, typeof(DataTableMappingCollection));
311 }
static IndexOutOfRangeException CollectionIndexString(Type itemType, string propertyName, string propertyValue, Type collection)
Definition ADP.cs:845

References System.Data.Common.ADP.CollectionIndexString().

Referenced by System.Data.Common.DataTableMappingCollection.RangeCheck().