示例#1
0
        public List <T> CloneShallowToList()
        {
            PwObjectList <T> tNew = CloneShallow();

            return(tNew.m_vObjects);
        }