SynchronizedKeyedCollection<K,T>.Dictionary プロパティ

定義

コレクションに関連付けられた辞書を取得します。

protected:
 property System::Collections::Generic::IDictionary<K, T> ^ Dictionary { System::Collections::Generic::IDictionary<K, T> ^ get(); };
protected System.Collections.Generic.IDictionary<K,T> Dictionary { get; }
member this.Dictionary : System.Collections.Generic.IDictionary<'K, 'T>
Protected ReadOnly Property Dictionary As IDictionary(Of K, T)

プロパティ値

コレクションのキーと項目のペアを格納する IDictionary<TKey,TValue>

適用対象