4
Shouts

List in CSharp - Dot Net logiX

published 952 days, 5 hours, 7 minutes ago posted by DotNetLogixDotNetLogix 953 days, 12 hours, 51 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 10:47:37 AM GMT

List is a generic collection that implements a dynamic array. Its conceptually similar to the non-generic ArrayList. Sometimes we need an array to store large number of generic elements but at runtime we don’t know how large or how small it can be. To handle this situation C# has introduced List that expands and shrinks at runtime

category: Web Dev | clicked: 0 | | source: www.dotnetlogix.com | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup