public void copy(agelist in_agelist) { if (in_agelist == null) { return; } this.copy2(in_agelist.agevector); }
public agelist(agelist in_agelist) { this.copy(in_agelist); }