Table of Contents

Class SlashChoiceProviderAttribute<T>

Namespace
DSharpPlus.Commands.Processors.SlashCommands.ArgumentModifiers
Assembly
DSharpPlus.Commands.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter, Inherited = false, AllowMultiple = false)]
public sealed class SlashChoiceProviderAttribute<T> : SlashChoiceProviderAttribute where T : IChoiceProvider

Type Parameters

T
Inheritance
SlashChoiceProviderAttribute<T>
Inherited Members

Constructors

SlashChoiceProviderAttribute()