By pranayamr
via pranayamr.blogspot.com
Published: Jan 02 2013 / 08:09
Tuple is new class type added in C#4.0. Tuple type allows to create data structure which is consist of specific type and specific number of elements. In the following post its about basic of Tuple type, how and where to use this new type in your code.
Add your comment