IAosCache<K,V>.Set(K, V) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Set(K key, V value);
public void Set (K key, V value);
abstract member Set : 'K * 'V -> unit
Public Sub Set (key As K, value As V)
Parameters
- key
- K
- value
- V