The following tables list the members exposed by CapabilityReadOnlyDictionary.
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | CapabilityReadOnlyDictionary Constructor | Initializes a new instance of the CapabilityReadOnlyDictionary class. | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | Count | Gets the number of items in the dictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>) | — |
![]() | Item | Gets the element that has the specified key. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>) | — |
![]() | Keys | Gets a key collection that contains the keys of the dictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>) | — |
![]() | Values | Gets a collection that contains the values in the dictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>) | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | ContainsKey | Determines whether the dictionary contains an element that has the specified key. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>) | — |
![]() | GetEnumerator | Returns an enumerator that iterates through the ReadOnlyDictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>) | — |
![]() | GetParsedArrayValueOrDefault | Overloaded. Gets the value associated with the specified key or a default value if the key is not found. | — |
![]() | GetParsedValueOrDefault<T> | Gets the value associated with the specified key or a default value if the key is not found or if the value found for that key cannot be parsed into the specified type. | — |
![]() | GetValueOrDefault | Gets the value associated with the specified key or a default value if the key is not found. | — |
![]() | TryGetValue | Retrieves the value that is associated with the specified key. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>) | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |