ExampleStyle Class

Defines styles for providing examples of command usage.
public sealed class ExampleStyle

Properties

Style Arguments
Gets or sets the style for arguments in the examples.
Style Header
Gets or sets the style for the header in the examples.

Extension Methods

T And<ExampleStyle>(Action<ExampleStyle>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.