Click or drag to resize

FndReadOnlyDictionary<TKey, TValue>.TryGetValue Method

TryGetValue()

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
value
Type: TValue

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Ifs.Fnd.Core.FndReadOnlyDictionary`2.TryGetValue(`0,`1@)"]

Implements

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue)
See Also