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

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

Namespace: Spring.Collections.Stacks
public
 constructor Create(const stack: TStack<T>);

Parameters

stack
Type: TStack<T>