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

UpdatePlaylistMessage() public method

public UpdatePlaylistMessage ( IEnumerable playList ) : System.Collections.Generic
playList IEnumerable
return System.Collections.Generic
        public UpdatePlaylistMessage(IEnumerable<Track> playList)
        {
            PlayList = playList;
        }
UpdatePlaylistMessage