02-07-2012, 11:24 PM
A Dictionary object is the equivalent of a PERL associative array. Items can be any form of data, and are stored in the array. Each item is associated with a unique key. The key is used to retrieve an individual item and is usually a integer or a string, can be an object as well.
Methods that can be performed:
1.items
2.exists
3.keys
4.Remove
5.Remove all
6.Add
Properties:
1.Count
2.Item
3.Key
Methods that can be performed:
1.items
2.exists
3.keys
4.Remove
5.Remove all
6.Add
Properties:
1.Count
2.Item
3.Key