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