TStack<T>.Create(IEnumerable<T>) Constructor

Initializes a new instance of the TStack<T> class.

Namespace: Spring.Collections.Stacks
public
 constructor Create(const collection: IEnumerable<T>); overload;

Parameters

collection
Type: IEnumerable<T>