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

◆ TablesIsNotParent()

static Exception System.Data.Common.ADP.TablesIsNotParent ( ICollection collection)
inlinestaticpackage

Definition at line 298 of file ADP.cs.

299 {
300 return ParametersIsNotParent(typeof(DataTableMapping), collection);
301 }
static ArgumentException ParametersIsNotParent(Type parameterType, ICollection collection)
Definition ADP.cs:907

References System.collection, and System.Data.Common.ADP.ParametersIsNotParent().

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