Xamarin.Forms.ResourceDictionary.Add Method
Adds key and value to the Xamarin.Forms.ResourceDictionary as a key-value pair.

Syntax

public void Add (string key, object value)

Parameters

key
The identifier to be used to retrieve the value.
value
The object associated with the key.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0