GenerateVariableDeclarationStatement() protected abstract method

protected abstract GenerateVariableDeclarationStatement ( CodeVariableDeclarationStatement e ) : void
e CodeVariableDeclarationStatement
return void
示例#1
0
 public void Visit(CodeVariableDeclarationStatement o)
 {
     g.GenerateVariableDeclarationStatement(o);
 }