Exemple #1
0
 public MockFileProvider Add(string path, string content)
 {
     _files[path] = new MockFileInfo(path, content);
     return(this);
 }