ערוך

שתף באמצעות


ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.TryRemove Method

Definition

Overloads

TryRemove(TAlternateKey, TValue)
TryRemove(TAlternateKey, TKey, TValue)

TryRemove(TAlternateKey, TValue)

public:
 bool TryRemove(TAlternateKey key, [Runtime::InteropServices::Out] TValue % value);
public bool TryRemove (TAlternateKey key, out TValue value);
member this.TryRemove : 'AlternateKey * 'Value -> bool
Public Function TryRemove (key As TAlternateKey, ByRef value As TValue) As Boolean

Parameters

key
TAlternateKey
value
TValue

Returns

Applies to

TryRemove(TAlternateKey, TKey, TValue)

public:
 bool TryRemove(TAlternateKey key, [Runtime::InteropServices::Out] TKey % actualKey, [Runtime::InteropServices::Out] TValue % value);
public bool TryRemove (TAlternateKey key, out TKey actualKey, out TValue value);
member this.TryRemove : 'AlternateKey * 'Key * 'Value -> bool
Public Function TryRemove (key As TAlternateKey, ByRef actualKey As TKey, ByRef value As TValue) As Boolean

Parameters

key
TAlternateKey
actualKey
TKey
value
TValue

Returns

Applies to