AspireDict.containsKey
Method
interface AspireDict { // ... omitted for brevity containsKey(key: K): Promise<boolean>;}Signature
method
containsKey Determines whether the dictionary contains the specified key
containsKey(key: K): Promise<boolean>Parameters
key K Returns
Promise<boolean> Defined on
This method is defined on the following type: