EntryPoint
Show / Hide Table of Contents

Class DefaultCommandAttribute

Used to mark a Command method as the default, when no command is provided

Inheritance
System.Object
System.Attribute
DefaultCommandAttribute
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class DefaultCommandAttribute : Attribute, _Attribute

Constructors

| Improve this Doc

DefaultCommandAttribute()

Marks a Command as the Default fallback, when no known Command is given

Declaration
public DefaultCommandAttribute()
  • Improve this Doc