CommandLineParameterSuffix Enumeration

Specifies the suffix character that delimits the parameter's name from the parameter's value of a CommandLineParameter

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 enum CommandLineParameterSuffix

Members

EqualsSign 0 The equals sign character "="

For example: "/ParameterName=Value"

Colon 1 The colon character ":"

For example: "/ParameterName:Value"

See Also