Click or drag to resize

InputStream Constructor (String)

Creates instance of the class.

Namespace:  Syntactik.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public InputStream(
	string input
)

Parameters

input
Type: SystemString
String providing characters for the stream.
See Also