Exemple #1
0
 public override void VisitParameterList(ParameterListSyntax n)
 {
     WriteLine(n.Kind() + " " + n.GetType() + "  #" + GetUid(n));
 }