Method Prepend
Prepend(T)
Inserts the specified item at the beginning of the collection.
public virtual T Prepend(T item)
Parameters
itemTThe item to insert.
Returns
- T
The inserted item.
Inserts the specified item at the beginning of the collection.
public virtual T Prepend(T item)
item TThe item to insert.
The inserted item.