Exemplo n.º 1
0
 public virtual bool Visit <T, TProperty, TElement>(PropertyEachCondition <T, TProperty, TElement> condition,
                                                    Func <SemanticVisitor, bool> next)
     where T : class
     where TProperty : class, IEnumerable
 {
     return(next(this));
 }
Exemplo n.º 2
0
 public bool Equals(PropertyEachCondition <T, TProperty, TElement> other)
 {
     return(true);
 }