PreviousNext

Deconstructors for non-tuple types in C# 7.0

by bill-s, 2017-03-26T08:51:35.000Z

Often you'll find that you want to return more than one value from a method. If you really are just returning two pieces of data, without any associated behaviour, then the new tuples added in C# 7 are a great fit and this article may be helpful.

Read More