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 para localizar no IDictionary<TKey,TValue>.

Devoluções

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

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a HttpRequestOptions instância é transmitida para uma IDictionary<TKey,TValue> interface.

Aplica-se a