Internals of Array(www.abhisheksur.com)
submitted by
abhi2434(1006) 11 months, 24 days ago
Arrays are most important part of your program. Almost most of the collection that you work with in .NET framework is internally maintains Array. Say for instance, if you take the List it actually internally represents T[], while Dictionary is actually an array of structure KeyValuePair internally. Hence, array forms a very important part of your program.
|category: C#
|Views: 2
tags:
C# another
Everyones tags:
Your Tags: