Collection Objects
|
Element |
Description |
|---|---|
|
Collection.Add method |
Adds a member to a Collection object |
|
Collection.Count method |
Indicates the number of items stored to a Collection object |
|
Collection.Item method |
Retrieves a member from a Collection object based on its key value or its ordinal position |
|
Collection.Remove method |
Removes the member associated with a given key or ordinal position from a Collection object |
|
Hashtable.Add method |
Adds a key-value pair to a |
|
Hashtable.Clear method |
Removes all entries from the hash table |
|
Hashtable.ContainsKey method |
Indicates whether a given key exists among the hash table’s items |
|
Hashtable.ContainsValue method |
Indicates whether a given value exists among the hash table’s items |
|
Hashtable.CopyTo method |
Copies hash table values into an array of DictionaryEntry structures |
|
Hashtable.Count property |
Indicates the total number of elements in the hash table |
|
Hashtable.Item property |
Retrieves the value of a hash table item given its key |
|
Hashtable.Keys property |
Returns an |
|
Hashtable.Remove method |
Removes a key/value pair from the hash table |
|
Hashtable.Values property |
Returns an |
|
Queue.Clear method |
Clears all items in the queue |
|
Queue.Contains method |
Indicates whether the queue contains a particular object |
|
Queue.CopyTo method |
Copies the ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access