SingleOrDictionary<TKey, TValue>.

TryGetValue(TKey, TValue) Method

Namespace
Avalonia.Utilities
Containing Type
SingleOrDictionary<TKey, TValue>

Syntax

public bool TryGetValue(TKey key, out TValue value)

Parameters

Name Type Description
key TKey
value TValue

Return Value

Type Description
bool