.Net Tips : New Tuple class in .Net Framework 4

  • Thread starter Thread starter Jayesh Sorathia
  • Start date Start date
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
 
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 tuple objects 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 : ...

I think it will be much more impressive if you write such an
article for every new type and wait posting the links to
you are done so you have a complete list!

:-)

Arne
 
Back
Top