Click or drag to resize

EDictionaryTKey, TValueTryGetValue Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key  TKey
 
value  TValue
 

Return Value

Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also