示例#1
0
 public void Rename(string name)
 {
     ThrowHelper.ThrowIfError(LibSpotify.sp_playlist_rename_r(Handle, name));
 }