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
辞書エントリの値。