Table of Contents

Class NamedArgumentTypeAttribute

Namespace
Fluxer.Net.Commands
Assembly
Fluxer.Net.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
object
Attribute
NamedArgumentTypeAttribute