| Arguments Constructor |
Initializes a new instance of the
Arguments class
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public Arguments(
IEnumerable<string> args,
bool ignorecase
)
Public Sub New (
args As IEnumerable(Of String),
ignorecase As Boolean
)
public:
Arguments(
IEnumerable<String^>^ args,
bool ignorecase
)
new :
args : IEnumerable<string> *
ignorecase : bool -> Arguments
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