public MatchContext(Expression Matching, params Arrow[] PreMatch) : this(Matching, PreMatch.AsEnumerable()) { }
public MatchContext Matches(Expression Expr, params Arrow[] PreMatch) { return(Matches(Expr, PreMatch.AsEnumerable())); }