Class VerbatimOptionParameter

Namespace
Pixie.Options
Assembly
Pixie.dll

An option parameter that always takes the same value.

public sealed class VerbatimOptionParameter : OptionParameter
Inheritance
VerbatimOptionParameter
Inherited Members

Constructors

VerbatimOptionParameter(Inline)

Creates a verbatim option parameter.

public VerbatimOptionParameter(Inline contents)

Parameters

contents Inline

The markup node that represents the parameter.

Properties

Contents

Gets the markup node that is rendered verbatim as a parameter.

public Inline Contents { get; }

Property Value

Inline

The parameter.

Representation

Represents the parameter as a markup node.

public override Inline Representation { get; }

Property Value

Inline

A markup node.