public void VisitDelegateCallSymbol(DelegateCallSymbol t) { sb.Append(t.DeclarationOrExpressionBase.ToString()); }
public ITypeDeclaration VisitDelegateCallSymbol(DelegateCallSymbol t) { return(AcceptType(t.Delegate)); }