TimeoutCache<Tkey,Tval>.GetAndRemove(Tkey) Method

Definition

public:
 Tval GetAndRemove(Tkey key);
public Tval GetAndRemove (Tkey key);
member this.GetAndRemove : 'key -> 'val
Public Function GetAndRemove (key As Tkey) As Tval

Parameters

key
Tkey

Returns

Tval

Applies to