Tuples in C# 7

added by DotNetKicks
7/25/2016 1:46:30 PM

830 Views

A tuple is an finite ordered list of values, of possibly different types, which are used to bundle related values together without having to create a specific type to hold them.


0 comments