
What is the purpose of ArrayList in .NET?ArrayList
is used to store elements of different data types. public class
sampleClass { Output of
this code will be: Elements
of integer list are: 10 20 ArrayList
has many methods like Clear(), AddRange(<list>), RemoveAt(<index>),
Insert(<position, element>) and properties like count. You can use
them to manipulate on ArrayList elements.
_______________________________________________________________________
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |