- System.Collections.ArrayList class allows you to dynamically add and remove items from a simple list.
- The list of objects managed by the ArrayList is a zero based collection.
- The items in the list are retrieved by accessing the item index.
- Methods …
- Add()
- Remove()
- RemoveAt()
- Add()
- Properties…
- Indexer
- Count
- Indexer
Arraylist
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment