Table of Contents
API reference

Method Remove

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

Removes the first occurrence of a specific object from the LavalinkQueue<T>.

public void Remove(T value)

Parameters

value T

The object to remove from the LavalinkQueue<T>. The value cannot be null.

Exceptions

ArgumentNullException

Thrown when the value is null.