DocumentNodeDictionaryTKey, TValueTryGetValue Method

Spotfire 15.0 API Reference
Tries to get the value associated with the specified key.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
The key.
value
Type: TValue
The value.

Return Value

Type: Boolean
true if the value was found; false otherwise.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
Version Information


See Also

Reference