Partager via


OrderedDictionary<TKey,TValue>.Remove Méthode

Définition

Surcharges

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

Paramètres

key
TKey

Retours

Implémente

S’applique à

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

Paramètres

key
TKey
value
TValue

Retours

S’applique à