次の方法で共有


IReadOnlyDictionary<TKey, TValue> インターフェイス

読み取り専用の辞書のコレクションを処理するメソッドとプロパティを定義します。

名前空間:  Microsoft.BusinessData.Infrastructure.Collections
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
Public Interface IReadOnlyDictionary(Of TKey, TValue) _
    Inherits IReadOnlyCollection(Of KeyValuePair(Of TKey, TValue)),  _
    IEnumerable
'使用
Dim instance As IReadOnlyDictionary(Of TKey, TValue)
public interface IReadOnlyDictionary<TKey, TValue> : IReadOnlyCollection<KeyValuePair<TKey, TValue>>, 
    IEnumerable

型パラメーター

  • TKey
    辞書エントリのキー。
  • TValue
    辞書エントリの値。

関連項目

参照先

IReadOnlyDictionary<TKey, TValue> メンバー

Microsoft.BusinessData.Infrastructure.Collections 名前空間