Exemplo n.º 1
0
 public void VisitMatchClause(MatchPatternClause matchClause)
 {
     matchClause.Patterns.AcceptWalker(this);
     matchClause.Guard.AcceptWalker(this);
     matchClause.Body.AcceptWalker(this);
 }
Exemplo n.º 2
0
 public void VisitMatchClause(MatchPatternClause matchClause)
 {
     throw new NotImplementedException();
 }