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