PrintWriter.

PrintWriter(TextWriter, bool) Constructor

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.IO
Containing Type
PrintWriter

Syntax

public PrintWriter(TextWriter out, bool autoflush)

Parameters

Name Type Description
out TextWriter
autoflush bool

Return Value

Type Description
void