LibraryGetKeyValueMethodsTKey, TValue Method
Retrieves or creates the KeyValueMethods instance for a specific TKey and TValue type combination.
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
JavaScript does not support generic types or methods.
- TKey
- The type of keys in the KeyValueMethods instance.
- TValue
- The type of values in the KeyValueMethods instance.
KeyValueMethodsTKey,
TValueA KeyValueMethods instance for the specified TKey and TValue types.
If an existing KeyValueMethods instance is found for the specified types, it is returned.
Otherwise, a new KeyValueMethods instance is created and returned.