[This is preliminary documentation and is subject to change.]
            Constructor for deep copying
            
Namespace: MusicPlayerWindowAssembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public Queue( Queue prevQ )  | 
| Visual Basic | 
|---|
Public Sub New ( _ prevQ As Queue _ )  | 
| Visual C++ | 
|---|
public: Queue( Queue^ prevQ )  | 
Parameters
- prevQ
 - Type: MusicPlayerWindow..::..Queue
the queue to be deep copied from