Compartir a través de


ReadOnlyDictionary<TKey,TValue>.Remove Método

Definición

Sobrecargas

Remove(KeyValuePair<TKey,TValue>)
Remove(TKey)

Remove(KeyValuePair<TKey,TValue>)

public:
 virtual bool Remove(System::Collections::Generic::KeyValuePair<TKey, TValue> item);
public bool Remove (System.Collections.Generic.KeyValuePair<TKey,TValue> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
Public Function Remove (item As KeyValuePair(Of TKey, TValue)) As Boolean

Parámetros

item
KeyValuePair<TKey,TValue>

Devoluciones

Implementaciones

Se aplica a

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