コード例 #1
0
 public Dependent(Base x)
 {
     string whatever = x.Accept <string>(new DefaultStringVisitor());
 }