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

Creates new empty synchronized collection of same type.

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

Syntax

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

Return Value

See Also