Exemplo n.º 1
0
 private Collection4 ExecutionPath(CreateCandidateCollectionResult r)
 {
     return r.topLevel ? null : FieldPathFromTop();
 }
Exemplo n.º 2
0
 private Collection4 ExecutionPath(CreateCandidateCollectionResult r)
 {
     return(r.topLevel ? null : FieldPathFromTop());
 }