コード例 #1
0
ファイル: BaseD.generated.cs プロジェクト: pescuma/modelsharp
		protected BaseD(BaseD other)
		: base(other)
		{
			this.x = other.X;
		}
コード例 #2
0
 protected BaseD(BaseD other)
     : base(other)
 {
     this.x = other.X;
 }