仿游戏热血江湖游戏类GClass11_Rep2

 public void Dispose()
    {
        if (this.readerWriterLockSlim_0 != null)
        {
            this.readerWriterLockSlim_0.Dispose();
            this.readerWriterLockSlim_0 = null;
        }
        if (this.dict != null)
        {
            this.dict.Clear();
            this.dict = null;
        }
    }

    void GInterface0.Dispose()
    {
        if (this.readerWriterLockSlim_0 != null)
        {
            this.readerWriterLockSlim_0.Dispose();
            this.readerWriterLockSlim_0 = null;
        }
        if (this.dict != null)
        {
            this.dict.Clear();
            this.dict = null;
        }
    }

    void GInterface0.imethod_1(TKey gparam_0)
    {
       

你可能感兴趣的:(C++仿游戏热血江湖,游戏,java,开发语言)