HttpRequestOptions.IDictionary<String,Object>.ContainsKey Método

Definição

Determina se o IDictionary<TKey,TValue> contém um elemento com a chave especificada.

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

Parâmetros

key
String

A chave a ser localizada no IDictionary<TKey,TValue>.

Retornos

true se o IDictionary<TKey,TValue> contiver um elemento com a chave; caso contrário, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de HttpRequestOptions é convertida em uma interface de IDictionary<TKey,TValue>.

Aplica-se a