'Usage
Dim instance As StringStringDictionary Dim key As String Dim value As String instance.Add(key, value)
Parameters
- key
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- value
The value of this parameter can be
null
(Nothing
in Visual Basic).