Esempio n. 1
0
 public void VisitQueue(QueueBinding <T> queueBinding)
 {
     queueBinding.Bind(this.input);
     Console.WriteLine(" to output");
 }