Summary
Opens the file for reading. If it does not exist, an exception
will be thrown.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFile
Syntax
public Stream OpenRead()
Return Value
Type | Description |
---|---|
Stream | The stream. |