© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
8 replies
thirteenbinary

❔ What of use is the identifier for the delegate?

I do think
public delegate void NumManipulationHandler(string state);
public delegate void NumManipulationHandler(string state);

can be modified into
public delegate void NumManipulationHandler(string);
public delegate void NumManipulationHandler(string);

but it hates to do it.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

What is the use of Interface
C#CC# / help
16mo ago
❔ What of use is the keyword "event"
C#CC# / help
3y ago
✅ identifier "CreateCoreWebView2EnvironmentWithDetails" is undefined
C#CC# / help
10mo ago