The members of Xamarin.Forms.ResourceDictionary are listed below.
See Also: Inherited members from System.Object
| Creates a new empty Xamarin.Forms.ResourceDictionary object. |
| [read-only] | Count | int. The number of entries in the Xamarin.Forms.ResourceDictionary. |
default property | Item(string) | object. Retrieves the object value associated with the key index. |
| [read-only] | Keys | ICollection<string>. The collection of identifier strings that are keys in the Xamarin.Forms.ResourceDictionary. |
| [read-only] | Values | ICollection<object>. Retrieves the values of the Xamarin.Forms.ResourceDictionary. |
Add(Style)
| ||
Add(string, object)Adds key and value to the Xamarin.Forms.ResourceDictionary as a key-value pair. | ||
Clear()Empties the Xamarin.Forms.ResourceDictionary. | ||
ContainsKey(string)Whether the Xamarin.Forms.ResourceDictionary contains a key-value pair identified by key. | ||
GetEnumerator()Returns a IEnumerator`1 of the Xamarin.Forms.ResourceDictionary's KeyValuePair`1s. | ||
Remove(string)Removes the key and value identified by key from the Xamarin.Forms.ResourceDictionary. | ||
TryGetValue(string, out object)Retrieves the object specified by key or, if not present, the default value of null. | ||
| ICollection<KeyValuePair<string, object>>.Add | Adds an item to the collection. | |
| ICollection<KeyValuePair<string, object>>.Contains | Returns a value that indicates whether the dictionary contains the value in item, indexed by the key in item. | |
| ICollection<KeyValuePair<string, object>>.CopyTo | Copies the values in the dictionary to array, starting at position arrayIndex in array. | |
| IEnumerable.GetEnumerator | Returns a IEnumerator of the Xamarin.Forms.ResourceDictionary's KeyValuePair`1s. | |
| [read-only] | ICollection<KeyValuePair<string, object>>.IsReadOnly | bool. Gets a value that indicates whether the resource dictionary is read-only. |
| ICollection<KeyValuePair<string, object>>.Remove | Removes the value in item, indexed by the key in item, from the dictionary, if present. |