AIFunctionArguments.Remove(String) Método

Definição

Remove o elemento com a chave especificada do IDictionary<TKey,TValue>.

public:
 virtual bool Remove(System::String ^ key);
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

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 retorna false se key não foi encontrado no original IDictionary<TKey,TValue>.

Implementações

Aplica-se a