name of the file containing only declarations of delegates

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • puzzlecracker

    name of the file containing only declarations of delegates

    I have file that contains list of delegates. What is the standard name
    for this sort of classes?

    thank
  • Jon Skeet [C# MVP]

    #2
    Re: name of the file containing only declarations of delegates

    puzzlecracker <ironsel2000@gm ail.comwrote:
    I have file that contains list of delegates. What is the standard name
    for this sort of classes?
    I generally call it "Delegates. cs" - pretty self-explanatory at that
    point :)

    --
    Jon Skeet - <skeet@pobox.co m>
    Web site: http://www.pobox.com/~skeet
    Blog: http://www.msmvps.com/jon.skeet
    C# in Depth: http://csharpindepth.com

    Comment

    Working...