Method GetResultAs
- Namespace
- DisCatSharp.Lavalink.Entities
- Assembly
- DisCatSharp.Lavalink.dll
GetResultAs<T>()
Gets the result as a specific type.
public T GetResultAs<T>()
Returns
- T
Result as the specified type.
Type Parameters
T
Type to convert to.