IReadOnlyDictionary<TKey, TValue> Properties

Include Protected Members
Include Inherited Members

The IReadOnlyDictionary<TKey, TValue> type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the collection. (Inherited from IReadOnlyCollection<T>.)
Public property Item[Int32] Gets the item at a specified index. (Inherited from IReadOnlyCollection<T>.)
Public property Item[TKey] Gets the item that exists at a specified key.
Public property Keys Gets the collection of keys in the dictionary.
Public property Values Gets the collection of values in the dictionary.

Top

See Also

Reference

IReadOnlyDictionary<TKey, TValue> Interface

Microsoft.BusinessData.Infrastructure.Collections Namespace