Constructors: NewDictionaryEntry

NewDictionaryEntry

Creates a new DictionaryEntry object initialized with Key and Value.



 Public Function NewDictionaryEntry(
	  ByRef Key As Variant,
	  ByRef Value As Variant ) As DictionaryEntry

Parameters

Key
[ByRef] Variant. A value designated as the key of the pair.
Value
[ByRef] Variant. A value designated as the value of the pair.

Return Values

DictionaryEntry -  A new DictionaryEntry containing a key/value pair.

See Also

Project CorLib Overview

Class Constructors Overview