ResourceDictionaryTryGetValue Method

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool TryGetValue(
	Object key,
	out Object?? value
)

Parameters

key  Object
 
value  Object
 

Return Value

Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)

See Also