Add To Collection
Adds a new item to collection.
Misc
- Item: It is the item to be added to the collection.
- Type:
Generic - Required
- Type:
- Collection: It includes which collection the item will be added to
- Type:
System.Collections.Generic.ICollection<T> - Required
- Type: