Method Add
Add(long, TEntry)
Adds the entry with the specified keyId.
Declaration
public void Add(long keyId, TEntry value)
Parameters
| Type | Name | Description |
|---|---|---|
| long | keyId | |
| TEntry | value |
Add(KeyValuePair<long, TEntry>)
Adds the item value with the specified keyId.
Declaration
public void Add(KeyValuePair<long, TEntry> item)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyValuePair<long, TEntry> | item |