NotificationDictionaryTKey, TValueTryGetValue Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Tries the get value.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

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

Return Value

Type: Boolean
Returns true if the dictionary contains value otherwise false

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also

Reference