ReadOnlyNamedDictionary<TValue> members

The ReadOnlyNamedDictionary<TValue> type exposes the following members.

Constructors

  Name Description
Public method ReadOnlyNamedDictionary<TValue>()
Public method ReadOnlyNamedDictionary<TValue>(Int32)

Top

Properties

  Name Description
Public property Count (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public property Item[TKey] (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public property Item[String] (Overrides ReadOnlyDictionary<TKey, TValue>.Item[TKey].)
Public property Keys (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public property Values (Inherited from ReadOnlyDictionary<TKey, TValue>.)

Top

Methods

  Name Description
Public method Contains (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method ContainsKey (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method CopyTo (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method GetEnumerator (Inherited from ReadOnlyDictionary<TKey, TValue>.)
Public method TryGetValue (Inherited from ReadOnlyDictionary<TKey, TValue>.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from ReadOnlyDictionary<TKey, TValue>.)

Top

See also

Reference

ReadOnlyNamedDictionary<TValue> class

Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace