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

For deep copying

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

Syntax

C#
public Song(
	Song prevSong
)
Visual Basic
Public Sub New ( _
	prevSong As Song _
)
Visual C++
public:
Song(
	Song^ prevSong
)

Parameters

prevSong
Type: MusicPlayerWindow..::..Song
the song that is deep copied

See Also