ReadOnlyNamedDictionary<TValue> Members
Include Protected Members
Include Inherited Members
Represents a special implementation of IReadOnlyDictionary, where the key is a string.
The ReadOnlyNamedDictionary<TValue> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReadOnlyNamedDictionary<TValue>() | Initializes a new instance of the class. | |
ReadOnlyNamedDictionary<TValue>(Int32) | Initializes a new instance of the class by using a specified size. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the items in the read-only dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.) | |
Item[TKey] | Gets the item that exists at a specified key. (Inherited from ReadOnlyDictionary<TKey, TValue>.) | |
Item[String] | Gets the value stored at a specified key string. (Overrides ReadOnlyDictionary<TKey, TValue>.Item[TKey].) | |
Keys | Gets the collection of keys in the dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.) | |
Values | Gets the collection of values in the dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.) |
Top
Methods
Name | Description | |
---|---|---|
Contains | Determines whether a specified item is stored at a specified key in the dictionary. (Inherited from ReadOnlyDictionary<TKey, TValue>.) | |
ContainsKey | Determines whether the dictionary contains a specific key. (Inherited from ReadOnlyDictionary<TKey, TValue>.) | |
CopyTo | Copies items from a read-only dictionary to an array at a specific index. (Inherited from ReadOnlyDictionary<TKey, TValue>.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
GetEnumerator | Creates an enumerator to iterate through this collection. (Inherited from ReadOnlyDictionary<TKey, TValue>.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from ReadOnlyDictionary<TKey, TValue>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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