static IEnumerable< UnParserSettings > GetFormatStylesOrDefault(this Example example)
Models a command line usage example.
Example(string helpText, UnParserSettings formatStyle, object sample)
Initializes a new instance of the CommandLine.Text.Example class.
IEnumerable< UnParserSettings > FormatStyles
A sequence of format styles.
Example(string helpText, IEnumerable< UnParserSettings > formatStyles, object sample)
Initializes a new instance of the CommandLine.Text.Example class.
override int GetHashCode()
Serves as a hash function for a particular type.
override bool Equals(object obj)
Determines whether the specified System.Object is equal to the current System.Object.
bool Equals(Example other)
Returns a value that indicates whether the current instance and a specified CommandLine....
Example(string helpText, object sample)
Initializes a new instance of the CommandLine.Text.Example class.