コード例 #1
0
ファイル: TestClass.cs プロジェクト: Carbonfrost/f-spec
 public Stream OpenRead(string fileName)
 {
     return(TestContext.OpenRead(fileName));
 }