ResourceDictionary.TryGetValue(String, Object) Method

Definition

public bool TryGetValue (string key, out object value);
abstract member TryGetValue : string * obj -> bool
override this.TryGetValue : string * obj -> bool

Parameters

key
String
value
Object

Returns

Implements

Applies to