ListDictionary<TKey,TValue>.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(TKey) | |
Add(TKey, TValue) |
Add(TKey)
public:
void Add(TKey key);
public void Add (TKey key);
member this.Add : 'Key -> unit
Public Sub Add (key As TKey)
Parameters
- key
- TKey
Applies to
Add(TKey, TValue)
public:
void Add(TKey key, TValue value);
public void Add (TKey key, TValue value);
member this.Add : 'Key * 'Value -> unit
Public Sub Add (key As TKey, value As TValue)
Parameters
- key
- TKey
- value
- TValue