Overloading methods in C#

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-05-12T09:06:50Z Indexed on 2010/05/12 9:14 UTC
Read the original article Hit count: 166

Is there a way to simplify the process of adding an overloaded method in C# using VS2005?

In VB6, I would have just added an Optional parameter the function, but in C# do I have to have to type out a whole new method with this new parameter?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2005