IDictionary: Add

Add

Adds a new value that is associated with the key to the list.



 Public Sub Add(
	  ByRef Key As Variant,
	  ByRef Value As Variant )

Parameters

Key
[ByRef] Variant. The new key used to locate the value.
Value
[ByRef] Variant. The value to be associated with the key.

See Also

Project CorLib Overview

Class IDictionary Overview