Friday, March 8, 2019

C# ValueTuple Code Example

Tuples is one of the important features of C#. A tuple is a data structure that contains a sequence of elements of different data types.

source https://www.c-sharpcorner.com/Blogs/tuples-in-c-sharp

No comments:

Post a Comment