ExpandoObject.IDictionary<String,Object>.Keys Eigenschaft

Definition

Ruft ein ICollection<T> ab, das die Schlüssel des IDictionary<TKey,TValue> enthält.

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

Eigenschaftswert

Eine ICollection<T>, die die Schlüssel des Objekts enthält, das das IDictionary<TKey,TValue> implementiert.

Implementiert

Gilt für: