TCollections.CreateStack<T>(Boolean) Method

Represents method CreateStack<T>(Boolean).

Namespace: Spring.Collections
public
 class function CreateStack<T: class>(ownsObjects: Boolean): IStack<T>; overload; static;

Type Parameters

T

Parameters

ownsObjects
Type: Boolean

Return Value

Type: IStack<T>