Table of Contents

Method RemoveFromQueueAtRange

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

Removes a range of tracks from the queue.

public void RemoveFromQueueAtRange(int index, int count)

Parameters

index int

The zero-based index of the first track to remove.

count int

The number of tracks to remove.