Click or drag to resize

PdfTypeDictionaryContains Method

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

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool Contains(
	KeyValuePair<string, PdfTypeBase> item
)

Parameters

item  KeyValuePairString, PdfTypeBase
The object to locate in the Dictionary.

Return Value

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

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also