IAosCache<K,V>.TryAdd(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:
bool TryAdd(K key, V val);
public bool TryAdd (K key, V val);
abstract member TryAdd : 'K * 'V -> bool
Public Function TryAdd (key As K, val As V) As Boolean
Parameters
- key
- K
- val
- V