DoSomething | This version of the method takes no parameters. |
DoSomething(Int32) | This version of the method takes an integer parameter. |
DoSomething(String) | This version of the method takes a string parameter. |
DoSomething(Int32, String) | This version of the method takes both an integer and a string parameter. |