VisitDelegateDeclaration() public method

public VisitDelegateDeclaration ( DelegateDeclaration delegateDeclaration, object d ) : bool
delegateDeclaration ICSharpCode.NRefactory.Ast.DelegateDeclaration
d object
return bool
Ejemplo n.º 1
0
 public override bool AcceptVisitor(AstComparisonVisitor visitor, object data)
 {
     return visitor.VisitDelegateDeclaration(this, data);
 }