Remove From Collection
Removes given value from given collection.
Output
- Result: Provides information on whether the item has been successfully removed or not.
- Type:
System.Boolean - Required
- Type:
Misc
- Item: It is the item to be removed from the collection.
- Type:
Generic - Required
- Type:
- Collection: It is the item to be removed from the collection
- Type:
System.Collections.Generic.ICollection<T> - Required
- Type: