예제 #1
0
파일: Asserts.cs 프로젝트: linven/TypeLess
 public SomeClassWithValidate()
 {
     Name = "Some long string";
     Prop = new SomeClassWithValidateB();
 }
예제 #2
0
 public SomeClassWithValidate()
 {
     Name = "Some long string";
     Prop = new SomeClassWithValidateB();
 }