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

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
 
A

Arne Vajhøj

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top