BackgroundAudioShared.Messages.UpdatePlaylistMessage.UpdatePlaylistMessage C# (CSharp) Method

UpdatePlaylistMessage() public method

public UpdatePlaylistMessage ( List songs ) : System
songs List
return System
        public UpdatePlaylistMessage(List<SoundCloudTrack> songs)
        {
            this.Songs = songs;
        }
UpdatePlaylistMessage