Modifica

Condividi tramite


OrderedDictionary<TKey,TValue>.Remove Method

Definition

Overloads

Remove(TKey)
Remove(TKey, TValue)

Remove(TKey)

public:
 virtual bool Remove(TKey key);
public bool Remove (TKey key);
abstract member Remove : 'Key -> bool
override this.Remove : 'Key -> bool
Public Function Remove (key As TKey) As Boolean

Parameters

key
TKey

Returns

Implements

Applies to

Remove(TKey, TValue)

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

Parameters

key
TKey
value
TValue

Returns

Applies to