Click or drag to resize
TextInput Constructor (String)
Open a file for reading. Exceptions associated with the file open operation may be thrown

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TextInput(
	string inputFileName
)

Parameters

inputFileName
Type: SystemString
the name of the file to read from
See Also