コード例 #1
0
ファイル: TestObject.cs プロジェクト: swalters/spring-net
 public TestObject(string name, int age, INestedTestObject doctor, INestedTestObject lawyer)
 {
     this.name   = name;
     this.age    = age;
     this.doctor = doctor;
     this.lawyer = lawyer;
 }
コード例 #2
0
 public TestObject(string name, int age, INestedTestObject doctor, INestedTestObject lawyer)
 {
     this.name = name;
     this.age = age;
     this.doctor = doctor;
     this.lawyer = lawyer;
 }