Method Collect
Collect(IList)
Adds the value of this object to the specified collection.
public IList Collect(IList collection)
Parameters
collection
IListThe collection to add this object to.
Returns
- IList
The specified collection with this item added.