ExpandoObject.IDictionary<String,Object>.Remove(String) Método

Definição

Remove o elemento que tem a chave especificada do IDictionary.

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.Remove(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::Remove;
bool IDictionary<string,object>.Remove (string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
Function Remove (key As String) As Boolean Implements IDictionary(Of String, Object).Remove

Parâmetros

key
String

A chave do elemento a ser removido.

Retornos

true se o elemento for removido com êxito; caso contrário, false. Esse método também retornará false se key não tiver sido encontrado no IDictionary<TKey,TValue> original.

Implementações

Aplica-se a