Exemplo n.º 1
0
 public static enumeratorScope From(
     ITupleScope <RWScope, RWScope> scope) =>
 new enumeratorScope(scope.Part0, scope.Part1);
Exemplo n.º 2
0
 public static CSScope From(
     ITupleScope <RWScope, IInfiniteIntervalScope <RWScope> > scope)
 {
     return(new CSScope(scope.Part0, scope.Part1));
 }