Compartir a través de


IndexingParametersConfiguration.Remove(String) Método

Definición

Quita el elemento con la clave especificada de IDictionary<TKey,TValue>.

public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean

Parámetros

key
String

Clave del elemento que se va a quitar.

Devoluciones

Es true si el elemento se quita correctamente; en caso contrario, es false. Este método también devuelve false si no se encontró key en el objeto IDictionary<TKey,TValue> original.

Implementaciones

Excepciones

key es null.

Se aplica a