Ejemplo n.º 1
0
    // Token: 0x0600083A RID: 2106 RVA: 0x00031A1C File Offset: 0x0002FC1C
    public string GetReference(object context, object value)
    {
        Class19 <string, object> @class = this.method_0(context);
        string text;

        if ([email protected]_0(value, out text))
        {
            this.int_0++;
            text = this.int_0.ToString(CultureInfo.InvariantCulture);
            @class.Set(text, value);
        }
        return(text);
    }