CommandLineValueParameterT   Conversion (CommandLineValueParameterDouble to CommandLineValueParameterT)

Performs an implicit conversion from CommandLineValueParameterT to CommandLineValueParameterT.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static implicit operator CommandLineValueParameter<T> (
	CommandLineValueParameter<double> cmd
)

Parameters

cmd  CommandLineValueParameterDouble
The CommandLineValueParameterT to convert.

Return Value

CommandLineValueParameterT
The resulting CommandLineValueParameterT.

See Also