Compartir a través de


OrderedDictionary<TKey,TValue>.Remove Método

Definición

Sobrecargas

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

Parámetros

key
TKey

Devoluciones

Implementaciones

Se aplica a

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

Parámetros

key
TKey
value
TValue

Devoluciones

Se aplica a