| PdfTypeDictionaryContainsKey Method |
Determines whether the Dictionary contains an element with the specified key.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
public:
virtual bool ContainsKey(
String^ key
) sealed
abstract ContainsKey :
key : string -> bool
override ContainsKey :
key : string -> bool
public final boolean ContainsKey(
String key
)
function ContainsKey(key);
Parameters
- key String
- The key to locate in the Dictionary.
Return Value
Booleantrue if the Dictionary contains an element with the key; otherwise, false.
Implements
IDictionaryTKey, TValueContainsKey(TKey)Exceptions See Also