Add(KeyValuePair<KeyType,ValueType>) Method
Adds an element with the provided key/value pair
Syntax
public void Add(
System.Collections.Generic.KeyValuePair<KeyType,ValueType> item
)Public Overloads Sub Add( _
ByVal item As System.Collections.Generic.KeyValuePair(Of KeyType,ValueType) _
) Parameters
| Name | Description |
|---|---|
| item | The key/value pair to add to the dictionary |