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

◆ ColumnsIndexInt32()

static Exception System.Data.Common.ADP.ColumnsIndexInt32 ( int index,
IColumnMappingCollection collection )
inlinestaticpackage

Definition at line 248 of file ADP.cs.

249 {
250 return CollectionIndexInt32(index, collection.GetType(), collection.Count);
251 }
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.DataColumnMappingCollection.RangeCheck().