Method PutAll
PutAll(TKey, IEnumerable<TValue>)
Adds multiple vals
to the key
is not
already in the map, a new
Declaration
public virtual int PutAll(TKey key, IEnumerable<TValue> vals)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | |
IEnumerable<TValue> | vals |
Returns
Type | Description |
---|---|
System.Int32 | The size of the |