GenerateEventReferenceExpression() protected abstract méthode

protected abstract GenerateEventReferenceExpression ( CodeEventReferenceExpression e ) : void
e CodeEventReferenceExpression
Résultat void
Exemple #1
0
 public void Visit(CodeEventReferenceExpression o)
 {
     g.GenerateEventReferenceExpression(o);
 }