Table of Contents

Method As

Namespace
DSharpPlus.Commands.Converters
Assembly
DSharpPlus.Commands.dll

As<T>()

Short-hand for converting to a more specific converter context type.

public T As<T>() where T : ConverterContext

Returns

T

Type Parameters

T