GenerateThrowExceptionStatement() protected abstract method

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