I am new to c# and need help understanding what going on in the following function
    public bool parse(String s)
    {
        table.Clear();
        return parse(s, table, null);
    }
where table is a Dictionary. I can see that is is recursive but how is parse being passed three params when it is defined to take just a string?
EDIT: how do I delete a question? parse has been overloaded facepalm
it is overloaded parse exists that accepts 3 arguments.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With