Exemplo n.º 1
0
 public override IAsyncEnumerable <Path> ComputePaths(EvaluationContext ctx)
 {
     // Constants aren't based on any paths
     return(AsyncUtil.Empty <Path>());
 }
Exemplo n.º 2
0
 public override IAsyncEnumerable <Path> ComputeSelect(EvaluationContext ctx)
 {
     // Constants don't need any select
     return(AsyncUtil.Empty <Path>());
 }