コード例 #1
0
ファイル: FileEditorInput.cs プロジェクト: astorch/motoi
 /// <inheritdoc />
 public Stream OpenRead()
 {
     return(FileSystemFile.OpenRead());
 }