ValueProviderDictionary.Keys プロパティ

定義

インスタンスのキーを含むコレクションを IDictionary<TKey,TValue> 取得します。

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

プロパティ値

インターフェイスを実装する オブジェクトのキーを格納する IDictionary<TKey,TValue> コレクション。

実装

適用対象