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

◆ IndexOf() [2/2]

int System.Data.ConstraintCollection.IndexOf ( string? constraintName)
inline

Definition at line 517 of file ConstraintCollection.cs.

518 {
519 int num = InternalIndexOf(constraintName);
520 if (num >= 0)
521 {
522 return num;
523 }
524 return -1;
525 }
int InternalIndexOf(string constraintName)

References System.Data.ConstraintCollection.InternalIndexOf().