CommandLineHelper.

ParseCommandLineArgs(ICollection<string>) Method

Syntax

public static ValueTuple<ICollection<string>, ICollection<string>, ICollection<string>> ParseCommandLineArgs(ICollection<string> args)

Parameters

Name Type Description
args ICollection<string>

Return Value

Type Description
ValueTuple<ICollection<string>, ICollection<string>, ICollection<string>>