public virtual bool Visit <T, TProperty, TElement>(PropertyEachCondition <T, TProperty, TElement> condition,
                                                    Func <SemanticModelVisitor, bool> next)
     where T : class
     where TProperty : class, IEnumerable
 {
     return(next(this));
 }
Example #2
0
 public bool Equals(PropertyEachCondition <T, TProperty, TElement> other)
 {
     return(true);
 }