ExtKeyDictionary Methods
The methods defined in the ExtKeyDictionary class are summarized in the following table.
Method | Description |
---|---|
add | Adds an object to an external key dictionary |
putAtKey | Adds a specified key to an external key dictionary |
remove | Removes an object from an external key dictionary |
tryAdd | Attempts to add the specified value to the external key dictionary |
tryAddDeferred | Executes a deferred attempt to add a value to the external key dictionary |
tryPutAtKey | Specifies whether the specified (key, value) pair is added to the external key dictionary |
tryPutAtKeyDeferred | Executes a deferred attempt to add a specified key and value pair to the external key dictionary |
tryRemove | Attempts to remove the specified value from the external key dictionary |
tryRemoveDeferred | Executes a deferred attempt to remove the specified value from the external key dictionary |
tryRemoveKey | Attempts to remove a single (key, value) pair from the external key dictionary |
tryRemoveKeyDeferred | Executes a deferred attempt to remove a single (key, value) pair from the external key dictionary |
tryRemoveKeyEntry | Specifies whether the specified (key, value) pair is removed from the external key dictionary |
tryRemoveKeyEntryDeferred | Executes a deferred attempt to remove a specified key and value pair from the external key dictionary |