Community

.NET Tip: Returning Mulitple Objects from a Single Method Call

(Jay Miller) Each method can only return a single value from the method call. What happens when you need to return more information? One solution is for your method to return a complex data type. It could return a struct or an object of a class you define. In many situations this makes sense, especi

Read More - Register for Free Membership