Example #1
0
 public ITupleScope <RWScope, RWScope> ToTupleScope() =>
 TupleScope.Create(CurrentNode, NextIndex);
Example #2
0
 ToTupleScope()
 {
     return(TupleScope.Create(CountScope, ValueScope));
 }