TObjectQueue<T>.Create(IComparer,Boolean) Constructor

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

Namespace: Spring.Collections.Queues
public
 constructor Create(const comparer: IComparer<T>; ownsObjects: Boolean = True); overload;

Parameters

comparer
Type: IComparer<T>

ownsObjects
Type: Boolean