CanBeRemovedFromCollection() abstract private method

abstract private CanBeRemovedFromCollection ( ConstraintCollection constraint, bool fThrowException ) : bool
constraint ConstraintCollection
fThrowException bool
return bool
コード例 #1
0
 internal bool CanRemove(Constraint constraint, bool fThrowException)
 {
     return(constraint.CanBeRemovedFromCollection(this, fThrowException));
 }
コード例 #2
0
 internal bool CanRemove(Constraint constraint, bool fThrowException) {
     return constraint.CanBeRemovedFromCollection(this, fThrowException);
 }