| Name | Description | |
|---|---|---|
![]()  | ImGearReadOnlyDictionary<TKey,TValue> Constructor | Initializes a new instance of the ImGearReadOnlyDictionary class. | 
            The following tables list the members exposed by ImGearReadOnlyDictionary<TKey,TValue>.
| Name | Description | |
|---|---|---|
![]()  | ImGearReadOnlyDictionary<TKey,TValue> Constructor | Initializes a new instance of the ImGearReadOnlyDictionary class. | 
| Name | Description | |
|---|---|---|
![]()  | Count | Gets the number of key/value pairs contained in the dictionary. | 
![]()  | IsReadOnly | Gets a value indicating whether the dictionary is read-only. | 
![]()  | Item | Gets the value associated with the specified key. | 
![]()  | Keys | Gets a collection containing the keys in the dictionary. | 
![]()  | Values | Gets a collection containing the values in the dictionary. | 
| Name | Description | |
|---|---|---|
![]()  | Add | Overloaded. This method is not supported by the ImGearReadOnlyDictionary. | 
![]()  | Clear | This method is not supported by the ImGearReadOnlyDictionary. | 
![]()  | Contains | Determines whether the dictionary contains the specified key/value pair. | 
![]()  | ContainsKey | Determines whether the dictionary contains the specified key. | 
![]()  | CopyTo | Copies the elements of the dictionary to an array, starting at the specified array index. | 
![]()  | GetEnumerator | Returns an enumerator that iterates through the dictionary. | 
![]()  | Remove | Overloaded. This method is not supported by the ImGearReadOnlyDictionary. | 
![]()  | TryGetValue | Gets the value associated with the specified key. |