Skip to main content

Class NamedArgumentTypeAttribute

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

Assembly: Discord.Net.Commands.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class NamedArgumentTypeAttribute : Attribute, _Attribute

Implements​

  • System.Runtime.InteropServices._Attribute