Click or drag to resize

Arguments Constructor

Initializes a new instance of the Arguments class

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public Arguments(
	IEnumerable<string> args,
	bool ignorecase
)

Parameters

args  IEnumerableString

[Missing <param name="args"/> documentation for "M:QsInformatica.Utils.Arguments.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Boolean)"]

ignorecase  Boolean

[Missing <param name="ignorecase"/> documentation for "M:QsInformatica.Utils.Arguments.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Boolean)"]

See Also