ExpandoObject.IDictionary<String,Object>.Keys Property (System.Dynamic) (original) (raw)
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
An ICollection that contains the keys of the object that implements IDictionary<TKey,TValue>.