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