Hi,
Could someone show me an example of implementing a return type of a custom class, the following snippet is a static method named Method and the class name is Program.
public static Program Method() {...}
I dont need the method to do anything as such but I cannot leave it like it is because it errors with no return type. Setting it to void would mean changing from the class name Program.
Regards,
Loading
VulpesPosted Apr 8, 2011, 3:23 PM
CrishPosted Apr 9, 2011, 4:03 AM
Posted Apr 8, 2011, 3:29 PM