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

◆ CanRemove() [2/2]

bool System.Data.ConstraintCollection.CanRemove ( Constraint constraint,
bool fThrowException )
inlinepackage

Definition at line 343 of file ConstraintCollection.cs.

344 {
345 return constraint.CanBeRemovedFromCollection(this, fThrowException);
346 }

References System.Data.Constraint.CanBeRemovedFromCollection().