public IniGrammar(
bool aWithKey = true
)
Public Sub New (
Optional aWithKey As Boolean = true
)
public:
IniGrammar(
bool aWithKey = true
)
new :
?aWithKey : bool
(* Defaults:
let _aWithKey = defaultArg aWithKey true
*)
-> IniGrammar
[Missing <param name="aWithKey"/> documentation for "M:Karamba.Utilities.IniGrammar.#ctor(System.Boolean)"]