コード例 #1
0
ファイル: SqlSetNode.cs プロジェクト: Whiteknight/SqlParser
 public ISqlNode Accept(INodeVisitorTyped visitor) => visitor.VisitSet(this);