Posted on: 10/29/2008 12:05:49 AM | Views : 898

With C# 3.0, Microsoft introduced the concept of implicitly typed arrays to the language. With such an array, the type is not specified explicitly in the code. Instead, the compiler decides upon the type to use based upon the array's initial values.

...

Go to the complete details ...