ParseOptionsValueDescriptionTransformOrDefault Property

Gets a value that indicates how value descriptions derived from type names are transformed.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public NameTransform ValueDescriptionTransformOrDefault { get; }

Property Value

NameTransform
The value of the ValueDescriptionTransform property, or NameTransformNone if that property is .

See Also