|
RAD Studio VCL Reference
|
Create queue.
constructor Create(Collection: TEnumerable<T>); overload;
__fastcall TQueue(TEnumerable<T> Collection);
This method creates and initializes a TQueue instance. Each item in collection Collection is added to the end of the queue (enqueued) in the same order as in Collection.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|