Skip to main content

Add To Collection

Adds a new item to collection.

Misc

  • Item: It is the item to be added to the collection.
    • Type: Generic
    • Required
  • Collection: It includes which collection the item will be added to
    • Type: System.Collections.Generic.ICollection<T>
    • Required