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: 24.6.0.0 (24.6.0.0)
Syntax
public Arguments(
	IEnumerable<string> args,
	bool ignorecase
)

Parameters

args
Type: System.Collections.GenericIEnumerableString

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

ignorecase
Type: SystemBoolean

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

See Also