Exemple #1
0
 public virtual bool Visit <T, TProperty>(PropertyExistsCondition <T, TProperty> condition,
                                          Func <SemanticVisitor, bool> next)
     where T : class
     where TProperty : class, IEnumerable
 {
     return(next(this));
 }
 public bool Equals(PropertyExistsCondition <T, TProperty> other)
 {
     return(true);
 }