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
syntaxstringtargetParameterICommandParameterDescriptortargetFlagICommandFlagDescriptor
Properties
Syntax
public readonly string Syntax { get; }
Property Value
TargetFlag
public readonly ICommandFlagDescriptor? TargetFlag { get; }
Property Value
TargetParameter
public readonly ICommandParameterDescriptor TargetParameter { get; }