예제 #1
0
        public static TableSource Create(ComputedTableSource ts)
        {
            var res = new TableSource();

            res.Stack.AddLast(ts);
            return(res);
        }
예제 #2
0
 public static TableSource Create(ComputedTableSource ts)
 {
     var res = new TableSource();
     res.Stack.AddLast(ts);
     return res;
 }