public void TestConstantExpressionObject1()
 {
     TestConstant(
         Object1.GetObject1(),
         "TestFiles\\Object1.xml");
 }
Пример #2
0
 public void TestConstantExpressionDeserializeObject1()
 {
     TestConstant(
         "TestFiles\\Object1.xml",
         Expression.Constant(Object1.GetObject1()));
 }