HttpRequestOptions.IDictionary<String,Object>.Keys Propiedad

Definición

Obtiene un ICollection<T> objeto que contiene las claves de .IDictionary<TKey,TValue>

property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Keys : System.Collections.Generic.ICollection<string>
 ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, Object).Keys

Valor de propiedad

que ICollection<T> contiene las claves del objeto que implementa IDictionary<TKey,TValue>.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la HttpRequestOptions instancia se convierte en una IDictionary<TKey,TValue> interfaz.

Se aplica a