コード例 #1
0
        public void copy(agelist in_agelist)
        {
            if (in_agelist == null)
            {
                return;
            }

            this.copy2(in_agelist.agevector);
        }
コード例 #2
0
 public agelist(agelist in_agelist)
 {
     this.copy(in_agelist);
 }