コード例 #1
0
 public void OrderingTest()
 {
     QueryMethods.DocumentOrder();
     try
     {
         QueryMethods.CommonAncestor();
     }
     catch (InvalidOperationException exception)
     {
         Trace.WriteLine(exception);
     }
 }