Method Add
Add(T)
Adds the specified item to the collection of items.
public virtual T Add(T item)
Parameters
itemTThe item to add.
Returns
- T
value of
itemparameter to allow method chaining.
Adds the specified item to the collection of items.
public virtual T Add(T item)
item TThe item to add.
value of item parameter to allow method chaining.