❔ Do you create a separate .cs file for Delegates?
Hi, do folks declare C# Delegates in its own .cs file? or include them in the .cs file of a closely related class?
5 Replies
There's no need for a separate cs file.
I rarely declare a delegate. I just use Action and Func
Although with Func and Action I hardly ever use the delegate keyword anymore
Thanks.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.