ParseOptionsArgumentNameTransformOrDefault Property

Gets a value that indicates how names are created for arguments that don't have an explicit name.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public NameTransform ArgumentNameTransformOrDefault { get; }

Property Value

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

See Also