Inheritance: WPrimaryExpression
コード例 #1
0
 public override void Visit(WCaseExpression node)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public virtual void Visit(WCaseExpression node)
 {
     node.AcceptChildren(this);
 }
コード例 #3
0
 public virtual void Visit(WCaseExpression node)
 {
     node.AcceptChildren(this);
 }