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

Constructor makes next song queue and previous song queue given playlist

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Queue(
	Playlist playlist,
	int songLimit
)
Visual Basic
Public Sub New ( _
	playlist As Playlist, _
	songLimit As Integer _
)
Visual C++
public:
Queue(
	Playlist^ playlist, 
	int songLimit
)

Parameters

playlist
Type: MusicPlayerWindow..::..Playlist
the playlist the queue is based upon
songLimit
Type: System..::..Int32
the maximum number of songs the previous song queue will remember

See Also