The methods of Xamarin.Forms.ResourceDictionary are listed below. For a list of all members, see the ResourceDictionary Members list.
See Also: Inherited members from System.Object
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. | ||