ReadOnlyNamedDictionary<TValue> Properties

Include Protected Members
Include Inherited Members

The ReadOnlyNamedDictionary<TValue> type exposes the following members.

Properties

  Name Description
Public property Count Gets the count of the items in the read-only dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public property Item[TKey] Gets the item that exists at a specified key. (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public property Item[String] Gets the value stored at a specified key string. (Overrides ReadOnlyDictionary<TKey, TValue>.Item[TKey].)
Public property Keys Gets the collection of keys in the dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public property Values Gets the collection of values in the dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.)

Top

See Also

Reference

ReadOnlyNamedDictionary<TValue> Class

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