コード例 #1
0
        public object Clone()
        {
            PageHashtable pHT = new PageHashtable();

            foreach( DictionaryEntry de in Dictionary )
                pHT.Add((Guid)de.Key, (Page)de.Value);

            return pHT;
        }
コード例 #2
0
        public object Clone()
        {
            PageHashtable pHT = new PageHashtable();

            foreach (DictionaryEntry de in Dictionary)
            {
                pHT.Add((Guid)de.Key, (Page)de.Value);
            }

            return(pHT);
        }