Method Enqueue
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
Enqueue(T)
Adds an object to the end of the LavalinkQueue<T>.
public void Enqueue(T value)
Parameters
value
TThe object to add to the LavalinkQueue<T>. The value cannot be null.
Exceptions
- ArgumentNullException
Thrown when the value is null.