示例#1
0
 public static Link FromArtist(Artist artist)
 {
     ThrowHelper.ThrowIfNull(artist, "artist");
     return(new Link(LibSpotify.sp_link_create_from_artist_r(artist.Handle)));
 }