Method Put
Put(TKey, TValue)
Adds val
to the
If key
is not
already in the map, a new
Declaration
public virtual int Put(TKey key, TValue val)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | |
TValue | val |
Returns
Type | Description |
---|---|
System.Int32 | The size of the |