Clear() public method

public Clear ( ) : void
return void
 private void OnClearPlayQueue(object o, EventArgs args)
 {
     playqueue.Clear();
 }