Click or drag to resize

StreamTokenizer Constructor

Initializes a new instance of the StreamTokenizer class

Namespace:  Frontenac.Blueprints.Util.IO
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public StreamTokenizer(
	StreamReader r
)

Parameters

r
Type: System.IOStreamReader

[Missing <param name="r"/> documentation for "M:Frontenac.Blueprints.Util.IO.StreamTokenizer.#ctor(System.IO.StreamReader)"]

See Also