'Usage
Dim key As Object Dim value As Object Dim instance As New DictionaryEntry2(key, value)
Parameters
- key
- The object defined in each key/value pair.
The value of this parameter can be
null
(Nothing
in Visual Basic). - value
- The definition associated with key.
The value of this parameter can be
null
(Nothing
in Visual Basic).