Remove method removes an item |
Member of Keyed Collection (PRIM_KCOL)
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the object that was removed | |
Key | *Input | Key used to access the collection item |
Remove will remove the instance identified by the key parameter from the collection.
Removing an instance from the collection.
#RemovedInstance <= #Collection.Remove(#Key)