Java.IO.PrintStream.Println Method
Prints the string representation of the Object o, or "null", followed by a newline.

Syntax

[Android.Runtime.Register("println", "(Ljava/lang/Object;)V", "GetPrintln_Ljava_lang_Object_Handler")]
public virtual void Println (Java.Lang.Object obj)

Parameters

o
Documentation for this section has not yet been entered.

Remarks

Prints the string representation of the Object o, or "null", followed by a newline.

[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