FileBackedDictionaryTKey, TValue, TKeyElem, TValueElemAdd(TKey, TValue) Method
Namespace: Gemstone.IO.CollectionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.165 -- Release Build+90e70fb13a8ed8f84b5b4dc8e65afc7c596c977f
public void Add(
TKey key,
TValue value
)
Public Sub Add (
key As TKey,
value As TValue
)
public:
virtual void Add(
TKey key,
TValue value
) sealed
function Add(key, value);
- key TKey
- The object to use as the key of the element to add.
- value TValue
- The object to use as the value of the element to add.
IDictionaryTKey, TValueAdd(TKey, TValue)