示例#1
0
 private void RemapCustomNodeFilePaths(IEnumerable <string> filePaths, string dyfRoot)
 {
     foreach (var func in filePaths.Where(x => x.EndsWith(".dyf")))
     {
         pathRemapper.SetPath(func, dyfRoot);
     }
 }