ArgumentEnumerator(String) - конструктор

Initializes a new instance of the ArgumentEnumerator class with the specified array of String each represents a single command-line argument.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public ArgumentEnumerator(
	params string[] arguments
)

Параметры

arguments  String
Command-line arguments to be parsed and iterated.

Исключения

ArgumentNullExceptionarguments is null.

См. также