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

◆ CompareNode() [1/2]

override int System.Data.DataRowCollection.DataRowTree.CompareNode ( DataRow record1,
DataRow record2 )
inlineprotected

Definition at line 14 of file DataRowCollection.cs.

15 {
16 throw ExceptionBuilder.InternalRBTreeError(RBTreeError.CompareNodeInDataRowTree);
17 }

References System.Data.ExceptionBuilder.InternalRBTreeError().