GenerateEventReferenceExpression() protected abstract method

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