GenerateThrowExceptionStatement() protected abstract method

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