IFile.

OpenRead() Method

Summary

Opens the file for reading. If it does not exist, an exception will be thrown.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFile

Syntax

Stream OpenRead()

Return Value

Type Description
Stream The stream.
GitHub