Xamarin.Forms.ResourceDictionary.TryGetValue Method
Retrieves the object specified by key or, if not present, the default value of null.

Syntax

public bool TryGetValue (string key, out object value)

Parameters

key
The identifier of the object to be retrieved.
value
An out reference to the object being retrieved, or it's default value.

Returns

The object specified by key or, if not present, the default value of null.

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