Class OptionParameter
A base class for option parameter definitions. Option parameters are intended for use in option documentation. Their intent is to communicate how to use an option, not to formally define how arguments are parsed.
public abstract class OptionParameter
- Inheritance
-
OptionParameter
- Derived
- Inherited Members
Constructors
OptionParameter()
protected OptionParameter()
Properties
Representation
Represents the parameter as a markup node.
public abstract Inline Representation { get; }
Property Value
- Inline
A markup node.