NotificationDictionaryTKey, TValueContainsKey Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Determines whether the specified key contains key.

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 ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key.

Return Value

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

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference