Table of Contents

Struct CommandSyntaxFormatter.SyntaxStringInfo

Namespace
Uncreated.Warfare.Interaction.Commands.Syntax
Assembly
Uncreated.Warfare.dll
public struct CommandSyntaxFormatter.SyntaxStringInfo
Inherited Members

Constructors

SyntaxStringInfo(string, ICommandParameterDescriptor, ICommandFlagDescriptor?)

public SyntaxStringInfo(string syntax, ICommandParameterDescriptor targetParameter, ICommandFlagDescriptor? targetFlag)

Parameters

syntax string
targetParameter ICommandParameterDescriptor
targetFlag ICommandFlagDescriptor

Properties

Syntax

public readonly string Syntax { get; }

Property Value

string

TargetFlag

public readonly ICommandFlagDescriptor? TargetFlag { get; }

Property Value

ICommandFlagDescriptor

TargetParameter

public readonly ICommandParameterDescriptor TargetParameter { get; }

Property Value

ICommandParameterDescriptor