Table of Contents

Method GetResultAs

Namespace
DisCatSharp.Lavalink.Entities
Assembly
DisCatSharp.Lavalink.dll

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.