public GetPropertyInfoViaLinqTests()
 {
     _utility = InfoViaLinq <Person> .New();
 }
예제 #2
0
 public GetPropertyNameViaLinqTests()
 {
     _utility = new InfoViaLinq <Person>();
 }
예제 #3
0
 public GetAttributeViaLinqTests()
 {
     _utility = InfoViaLinq <Person> .New();
 }