コード例 #1
0
 public TestStream(string path, TestFileSystem testFileSystem)
 {
     this.path           = path;
     this.testFileSystem = testFileSystem;
 }