MusicTrack Constructor (String, String, String, Int32, String)

Soulstone

Soulstone
Initializes a new instance of the MusicTrack class.

Namespace:  Soulstone.Mp3
Assembly:  Soulstone.Mp3 (in Soulstone.Mp3.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public MusicTrack(
	string title,
	string album,
	string artist,
	int year,
	string genre
)
Visual Basic (Declaration)
Public Sub New ( _
	title As String, _
	album As String, _
	artist As String, _
	year As Integer, _
	genre As String _
)
Visual C++
public:
MusicTrack(
	String^ title, 
	String^ album, 
	String^ artist, 
	int year, 
	String^ genre
)

Parameters

title
Type: System..::.String
The title.
album
Type: System..::.String
The album.
artist
Type: System..::.String
The artist.
year
Type: System..::.Int32
The year 0 (for nothing).
genre
Type: System..::.String
The genre.

See Also