J
Jayesh Sorathia
The .NET Framework 4 introduce the System.Tuple class for creating tuple objects that contain structured data. It also provides generic tuple classes to support tuples that have from one to eight components . To support tupleobjects that have more than 8 components, there is a generic tuple class with seven type parameters and an eighth parameter of any tuple type.
To view the original article visit this link : http://jayeshsorathia.blogspot.com/2012/06/net-tips-new-tuple-class-in-net.html
To view the original article visit this link : http://jayeshsorathia.blogspot.com/2012/06/net-tips-new-tuple-class-in-net.html