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