Table of Contents

Method TryGetProcessor

Namespace
DSharpPlus.Commands
Assembly
DSharpPlus.Commands.dll

TryGetProcessor<TProcessor>(out TProcessor?)

public bool TryGetProcessor<TProcessor>(out TProcessor? processor) where TProcessor : ICommandProcessor

Parameters

processor TProcessor

Returns

bool

Type Parameters

TProcessor