Table of Contents

Class NamedArgumentTypeAttribute

Namespace
Discord.Commands
Assembly
Discord.Net.Commands.dll

Instructs the command system to treat command parameters of this type as a collection of named arguments matching to its properties.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class NamedArgumentTypeAttribute : Attribute
Inheritance
NamedArgumentTypeAttribute
Inherited Members