CommandLineParserItem Property

Indexer to retrieve the parameters value if it exists

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public string this[
	string param
] { get; }

Parameters

param  String
parameter we want the value for

Return Value

String
The parameter value, null if not found

See Also