Removes the first occurrence of a specific object from the ICollectionT.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- item
- Type: System.Collections.GenericKeyValuePairString, String
The object to remove from the ICollectionT.
Return Value
Type: Booleantrue if item was successfully removed from the ICollectionT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.
Implements
ICollectionTRemove(T)See Also