コード例 #1
0
 void AddTextTemplatesToFolder(string path, string[] fileNames)
 {
     fakeFileSystem.AddFakeFiles(path, "*.tt", fileNames);
 }