IAosCache<K,V>.TryRemove(K) Method

Definition

public:
 bool TryRemove(K key);
public bool TryRemove (K key);
abstract member TryRemove : 'K -> bool
Public Function TryRemove (key As K) As Boolean

Parameters

key
K

Returns

Applies to