Table of Contents

Class CmdlineArgument

Namespace
SearchAThing.Cmdline
Assembly
netcore-cmdline.dll

Encloses command line argument string and relate to matching parse item if any

public class CmdlineArgument
Inheritance
CmdlineArgument
Inherited Members

Constructors

CmdlineArgument(string)

construct a cmdline argument from cmdline arg string

public CmdlineArgument(string arg)

Parameters

arg string

Properties

Argument

cmdline argument string

public string Argument { get; }

Property Value

string

Matched

true if a parser item matches

public bool Matched { get; }

Property Value

bool