[Missing <summary> documentation for "P:Karamba.Utilities.IniGrammar.WithKey"]
public bool WithKey { get; set; }
Public Property WithKey As Boolean
Get
Set
public:
property bool WithKey {
bool get ();
void set (bool value);
}
member WithKey : bool with get, set