Exemplo n.º 1
0
 public MatchContext(Expression Matching, params Arrow[] PreMatch) : this(Matching, PreMatch.AsEnumerable())
 {
 }
Exemplo n.º 2
0
 public MatchContext Matches(Expression Expr, params Arrow[] PreMatch)
 {
     return(Matches(Expr, PreMatch.AsEnumerable()));
 }