Skip to main content

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

Misc

  • Item: It is the item to be removed from the collection.
    • Type: Generic
    • Required
  • Collection: It is the item to be removed from the collection
    • Type: System.Collections.Generic.ICollection<T>
    • Required