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