Java.Util.Properties.List Method
Lists the mappings in this Properties to out in a human-readable form.

Syntax

[Android.Runtime.Register("list", "(Ljava/io/PrintStream;)V", "GetList_Ljava_io_PrintStream_Handler")]
public virtual void List (Java.IO.PrintStream out)

Parameters

out
Documentation for this section has not yet been entered.

Remarks

Lists the mappings in this Properties to out in a human-readable form. Note that values are truncated to 37 characters, so this method is rarely useful.

[Android Documentation]

Requirements

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