Beispiel #1
0
        /// <summary>
        /// Delete this playlist.
        /// <para>
        /// <i>The instance is disposed by this method; callers should dereference immediately
        /// after this method returns.</i>
        /// </para>
        /// </summary>

        public void Delete()
        {
            Invoke((Action) delegate
            {
                playlist.Delete();
            });
        }