C# Class AcoustID.Web.Artist

Represents an artist.
显示文件 Open project: wo80/AcoustID.NET

Public Methods

Method Description
Artist ( string id, string name )

Initializes a new instance of the Artist class.

ToString ( ) : string

Method Details

Artist() public method

Initializes a new instance of the Artist class.
public Artist ( string id, string name )
id string The MusicBrainz ID.
name string The artist name.

ToString() public method

public ToString ( ) : string
return string