RaumfeldNET.MediaList.clearList C# (CSharp) Method

clearList() protected method

protected clearList ( ) : void
return void
        protected void clearList()
        {
            lock (list)
            {
                list.Clear();
                this.listUpdated();
            }
        }