Method Remove
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
Remove(T)
Removes the first occurrence of a specific object from the LavalinkQueue<T>.
public void Remove(T value)
Parameters
value
TThe object to remove from the LavalinkQueue<T>. The value cannot be null.
Exceptions
- ArgumentNullException
Thrown when the value is null.