NonSwitchBoolean   Conversion (Boolean to NonSwitchBoolean)

Converts a Boolean to a NonSwitchBoolean.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public static implicit operator NonSwitchBoolean (
	bool value
)

Parameters

value  Boolean
The Boolean value to convert.

Return Value

NonSwitchBoolean
A new instance of the NonSwitchBoolean structure with the specified value.

See Also