Java.IO.PrintWriter.Println Method
Prints the string representation of the long l followed by a newline.

Syntax

[Android.Runtime.Register("println", "(J)V", "GetPrintln_JHandler")]
public virtual void Println (long lnum)

Parameters

l
Documentation for this section has not yet been entered.

Remarks

Prints the string representation of the long l 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