Class SymbolicOptionParameter

Namespace
Pixie.Options
Assembly
Pixie.dll

An option parameter that is a stand-in for some argument.

public sealed class SymbolicOptionParameter : OptionParameter
Inheritance
SymbolicOptionParameter
Inherited Members

Constructors

SymbolicOptionParameter(string)

Creates a symbolic option parameter.

public SymbolicOptionParameter(string name)

Parameters

name string

The parameter's name.

SymbolicOptionParameter(string, bool)

Creates a symbolic option parameter.

public SymbolicOptionParameter(string name, bool isVarargs)

Parameters

name string

The parameter's name.

isVarargs bool

Tells if the parameter can take more than one argument.

Properties

IsVarargs

Tells if the parameter can take more than one argument.

public bool IsVarargs { get; }

Property Value

bool

true if the parameter can take more than one argument; otherwise, false.

Name

Gets the parameter's name.

public string Name { get; }

Property Value

string

The name.

Representation

Represents the parameter as a markup node.

public override Inline Representation { get; }

Property Value

Inline

A markup node.