C# 클래스 AcoustID.Web.Artist

Represents an artist.
파일 보기 프로젝트 열기: wo80/AcoustID.NET

공개 메소드들

메소드 설명
Artist ( string id, string name )

Initializes a new instance of the Artist class.

ToString ( ) : string

메소드 상세

Artist() 공개 메소드

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 ToString ( ) : string
리턴 string