ExtensionList.containsKey Method¶
Module: ExtensionList
Definition¶
Determines whether the ExtensionListobject contains the specified key.
bool containsKey(String? key)
Parameters
key Stringin The key to locate in the Extension object.
Returns
booltrue if the Extension object contains an element with the specified key, otherwise false.
Exceptions
An error has occurred during Bioseal Library execution.