Java.IO.PrintWriter.Println Method
Prints the string representation of the boolean b followed by a newline.

Syntax

[Android.Runtime.Register("println", "(Z)V", "GetPrintln_ZHandler")]
public virtual void Println (bool bool)

Parameters

b
Documentation for this section has not yet been entered.

Remarks

Prints the string representation of the boolean b followed by a newline. Flushes this writer if the autoFlush flag is set to true.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1