コード例 #1
0
 public void Visit(Get get)
 {
     _sb.Append(_visitingServer ? "get" : "get()");
 }
コード例 #2
0
 public void Visit(Get get)
 {
     _sb.Append(".get()");
 }
コード例 #3
0
 // is non-blocking and if the tunnel is empty returns the special value Null
 public void Visit(Get get)
 {
     // nothing to do!
 }