Method TryRemove
TryRemove<T, TKey>(ISourceCache<T, TKey>, TKey, out T)
Declaration
public static bool TryRemove<T, TKey>(this ISourceCache<T, TKey> instance, TKey key, out T value)
Parameters
| Type | Name | Description |
|---|---|---|
| ISourceCache<T, TKey> | instance | |
| TKey | key | |
| T | value |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T | |
| TKey |