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

◆ TablesIndexInt32()

static Exception System.Data.Common.ADP.TablesIndexInt32 ( int index,
ITableMappingCollection collection )
inlinestaticpackage

Definition at line 293 of file ADP.cs.

294 {
295 return CollectionIndexInt32(index, collection.GetType(), collection.Count);
296 }
static IndexOutOfRangeException CollectionIndexInt32(int index, Type collection, int count)
Definition ADP.cs:840

References System.collection, System.Data.Common.ADP.CollectionIndexInt32(), and System.index.

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