OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class CommandSyntaxAttribute

Inheritance
System.Object
CommandSyntaxAttribute
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public class CommandSyntaxAttribute : Attribute

Constructors

| Improve this Doc View Source

CommandSyntaxAttribute(String)

Declaration
public CommandSyntaxAttribute(string syntax)
Parameters
Type Name Description
System.String syntax

Properties

| Improve this Doc View Source

Syntax

Declaration
public string Syntax { get; }
Property Value
Type Description
System.String

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)