VisitDelegateDeclaration() public method

public VisitDelegateDeclaration ( DelegateDeclaration delegateDeclaration, object d ) : bool
delegateDeclaration ICSharpCode.NRefactory.Ast.DelegateDeclaration
d object
return bool
コード例 #1
0
ファイル: Generated.cs プロジェクト: jbuedel/AgentRalphPlugin
 public override bool AcceptVisitor(AstComparisonVisitor visitor, object data)
 {
     return visitor.VisitDelegateDeclaration(this, data);
 }