Add(KeyType,ValueType) Method
Adds an element with the provided key and value
Syntax
public void Add(
KeyType key,
ValueType value
)Public Overloads Sub Add( _
ByVal key As KeyType, _
ByVal value As ValueType _
) Parameters
| Name | Description |
|---|---|
| key | The object to use as the key of the element to add. |
| value | The object to use as the value of the element to add. |