Java.IO.PrintWriter.Println Method
Prints the string representation of the char c followed by a newline.

Syntax

[Android.Runtime.Register("println", "(C)V", "GetPrintln_CHandler")]
public virtual void Println (char ch)

Parameters

c
Documentation for this section has not yet been entered.

Remarks

Prints the string representation of the char c 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