ReadOnlyNamedDictionary<TValue> Methods

Include Protected Members
Include Inherited Members

The ReadOnlyNamedDictionary<TValue> type exposes the following members.

Methods

  Name Description
Public method Contains Determines whether a specified item is stored at a specified key in the dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method ContainsKey Determines whether the dictionary contains a specific key. (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method CopyTo Copies items from a read-only dictionary to an array at a specific index. (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method GetEnumerator Creates an enumerator to iterate through this collection. (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)
Public method TryGetValue Gets the value associated with the specified key. (Inherited from ReadOnlyDictionary<TKey, TValue>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Creates an enumerator to iterate through this collection. (Inherited from ReadOnlyDictionary<TKey, TValue>.)

Top

See Also

Reference

ReadOnlyNamedDictionary<TValue> Class

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