Field commandWrappers
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
This dictionary contains all of the command wrappers intended to be used for bypassing the overhead of reflection and Task/ValueTask handling.
protected readonly ConcurrentDictionary<Ulid, Func<object?, object?[], ValueTask>> commandWrappers
Returns
- ConcurrentDictionary<Ulid, Func<object, object[], ValueTask>>
- This dictionary contains all of the command wrappers intended to be used for bypassing the overhead of reflection and Task/ValueTask handling.