Beispiel #1
0
    // Token: 0x06000ECA RID: 3786 RVA: 0x000452C4 File Offset: 0x000434C4
    private Class156 method_6(char char_1, bool bool_0)
    {
        this.int_0++;
        this.method_17("Path ended with open indexer.");
        if (this.string_0[this.int_0] != '(')
        {
            throw new JsonException("Unexpected character while parsing path indexer: " + this.string_0[this.int_0].ToString());
        }
        this.int_0++;
        Class167 class167_ = this.method_10();

        this.int_0++;
        this.method_17("Path ended with open indexer.");
        this.method_5();
        if (this.string_0[this.int_0] != char_1)
        {
            throw new JsonException("Unexpected character while parsing path indexer: " + this.string_0[this.int_0].ToString());
        }
        if (!bool_0)
        {
            Class162 @class = new Class162();
            @class.method_1(class167_);
            return(@class);
        }
        Class163 class2 = new Class163();

        class2.method_1(class167_);
        return(class2);
    }