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

Definition

public:
 bool TryGet(K key, [Runtime::InteropServices::Out] V % val);
public bool TryGet (K key, out V val);
abstract member TryGet : 'K * 'V -> bool
Public Function TryGet (key As K, ByRef val As V) As Boolean

Parameters

key
K
val
V

Returns

Applies to