About Me

Udaipur, Rajasthan, India
Well, I'm a software developer working in an IT company just now..I had done my graduation in B.E.(CSE)..and I love playing cricket(miss it a lot in this professional life), computer games, programming ofcourse...

Friday, July 10, 2009

Do you know: System.Tuple

The upcoming 4.0 release of Microsoft .NET Framework introduces a new type called System.Tuple. System.Tuple is a fixed-size collection of heterogeneously typed data. Like an array, a tuple has a fixed size that can't be changed once it has been created. Unlike an array, each element in a tuple may be a different type, and a tuple is able to guarantee strong typing for each element.

More info..Click here

No comments:

Post a Comment