コード例 #1
0
		protected BasePerson(BasePerson other)
		{
			this.name = other.Name;
		}
コード例 #2
0
 protected BasePerson(BasePerson other)
 {
     this.name = other.Name;
 }