[This is preliminary documentation and is subject to change.]

Creates new empty queue of same type.

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public QueueEx<T> CreateSynchronized()
Public Function CreateSynchronized As QueueEx(Of T)
public:
QueueEx<T>^ CreateSynchronized()

Return Value

See Also