IReadOnlyNamedDictionary<TValue> Properties

Include Protected Members
Include Inherited Members

The IReadOnlyNamedDictionary<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. (Inherited from IReadOnlyDictionary<TKey, TValue>.)
Public property Keys Gets the collection of keys in the dictionary. (Inherited from IReadOnlyDictionary<TKey, TValue>.)
Public property Values Gets the collection of values in the dictionary. (Inherited from IReadOnlyDictionary<TKey, TValue>.)

Top

See Also

Reference

IReadOnlyNamedDictionary<TValue> Interface

Microsoft.BusinessData.Infrastructure.Collections Namespace