Bewerken

Delen via


Dictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Remove Method

Definition

Overloads

Remove(TAlternateKey)
Remove(TAlternateKey, TKey, TValue)

Remove(TAlternateKey)

public:
 bool Remove(TAlternateKey key);
public bool Remove (TAlternateKey key);
member this.Remove : 'AlternateKey -> bool
Public Function Remove (key As TAlternateKey) As Boolean

Parameters

key
TAlternateKey

Returns

Applies to

Remove(TAlternateKey, TKey, TValue)

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

Parameters

key
TAlternateKey
actualKey
TKey
value
TValue

Returns

Applies to