System.Data.Constraint.CheckCanAddToCollection C# (CSharp) 메소드

CheckCanAddToCollection() 추상적인 개인적인 메소드

abstract private CheckCanAddToCollection ( ConstraintCollection constraint ) : void
constraint ConstraintCollection
리턴 void
        internal abstract void CheckCanAddToCollection(ConstraintCollection constraint);
        internal abstract bool CanBeRemovedFromCollection(ConstraintCollection constraint, bool fThrowException);