ReadOnlyDictionary<TKey, TValue> Properties

Include Protected Members
Include Inherited Members

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

Properties

  Name Description
Public property Count Gets the count of the items in the read-only dictionary.
Public property Item[Int32] Gets the key/value pair stored at a specific index.
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

ReadOnlyDictionary<TKey, TValue> Class

Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client Namespace