ArrayDictionary4<K, V>.

TryGetValue(K, V) Method

Syntax

public bool TryGetValue(K key, out V value)

Parameters

Name Type Description
key K
value V

Return Value

Type Description
bool