예제 #1
0
파일: Link.cs 프로젝트: gladish/Spotify.NET
 public static Link FromAlbum(Album album)
 {
     ThrowHelper.ThrowIfNull(album, "album");
     return(new Link(LibSpotify.sp_link_create_from_album_r(album.Handle)));
 }