ExpandoObject.IDictionary<String,Object>.Keys プロパティ

定義

IDictionary<TKey,TValue> のキーが格納されている ICollection<T> を取得します。

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

プロパティ値

ICollection<T> を実装するオブジェクトのキーを格納している IDictionary<TKey,TValue> を返します。

実装

適用対象