예제 #1
0
            // Token: 0x06006CA3 RID: 27811 RVA: 0x00176924 File Offset: 0x00174B24
            public override object Clone()
            {
                object root = this._root;
                object result;

                lock (root)
                {
                    result = new Stack.SyncStack((Stack)this._s.Clone());
                }
                return(result);
            }