Пример #1
0
 public MatchContext Matches(Expression Expr, params Arrow[] PreMatch)
 {
     return(Matches(Expr, PreMatch.AsEnumerable()));
 }
Пример #2
0
 public MatchContext(Expression Matching, params Arrow[] PreMatch) : this(Matching, PreMatch.AsEnumerable())
 {
 }
Пример #3
0
 // Invoke the PreMatch notification event
 private void OnPreMatch()
 {
     nextWhoPlaysFirst = sessionData.WhoPlaysFirst;
     PreMatch?.Invoke();
 }