Skip to content

IOptionFormatter Methods

format the option and give it a category and a name

Format

abstract
public abstract IEnumerable<string> Format()
Formats the options object into a collection of strings.

Returns

A collection of formatted string-value pairs corresponding the the properties on the options object.