ExpandoObject.IDictionary<String,Object>.Keys Propiedad

Definición

Obtiene un objeto ICollection<T> 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

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

Implementaciones

Se aplica a