Click or drag to resize

PdfTypeDictionaryContainsKey Method

Determines whether the Dictionary contains an element with the specified key.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool ContainsKey(
	string key
)

Parameters

key  String
The key to locate in the Dictionary.

Return Value

Boolean
true if the Dictionary contains an element with the key; otherwise, false.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also