IReadOnlyDictionary<K, T> Interface
Defines properties and methods for the generic type read-only collection of key/value pairs.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items that are contained in the collection.(Inherited from IReadOnlyCollection.) |
![]() | Item[K] | Gets the value associated with the specified key. |
![]() | Keys | Gets the enumeration object containing the keys of the dictionary. |
![]() | Values | Gets the enumeration object containing the values of the dictionary. |
| Name | Description | |
|---|---|---|
![]() | Contains(T) | Determines whether the specified item is contained in the collection.(Inherited from IReadOnlyCollection<T>.) |
![]() | ContainsKey(K) | Determines whether the element with the specified key is contained in the dictionary. |
![]() | CopyTo(array<T>^, Int32) | Copies the elements of the collection to the specified array, starting at a particular array index.(Inherited from IReadOnlyCollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | TryGetValue(K, T%) | Gets the value associated with the specified key. |

