ExpandoObject.IDictionary<String,Object>.Keys Proprietà

Definizione

Ottiene un oggetto ICollection<T> che contiene le chiavi di 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

Valore della proprietà

Oggetto ICollection<T> che contiene le chiavi dell'oggetto che implementa IDictionary<TKey,TValue>.

Implementazioni

Si applica a