Properties.List Method

Definition

Overloads

List(PrintStream)

Prints this property list out to the specified output stream.

List(PrintWriter)

Prints this property list out to the specified output stream.

List(PrintStream)

Prints this property list out to the specified output stream.

[Android.Runtime.Register("list", "(Ljava/io/PrintStream;)V", "GetList_Ljava_io_PrintStream_Handler")]
public virtual void List (Java.IO.PrintStream? out);
[<Android.Runtime.Register("list", "(Ljava/io/PrintStream;)V", "GetList_Ljava_io_PrintStream_Handler")>]
abstract member List : Java.IO.PrintStream -> unit
override this.List : Java.IO.PrintStream -> unit

Parameters

out
PrintStream

an output stream.

Attributes

Remarks

Prints this property list out to the specified output stream. This method is useful for debugging.

Java documentation for java.util.Properties.list(java.io.PrintStream).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

List(PrintWriter)

Prints this property list out to the specified output stream.

[Android.Runtime.Register("list", "(Ljava/io/PrintWriter;)V", "GetList_Ljava_io_PrintWriter_Handler")]
public virtual void List (Java.IO.PrintWriter? out);
[<Android.Runtime.Register("list", "(Ljava/io/PrintWriter;)V", "GetList_Ljava_io_PrintWriter_Handler")>]
abstract member List : Java.IO.PrintWriter -> unit
override this.List : Java.IO.PrintWriter -> unit

Parameters

out
PrintWriter

an output stream.

Attributes

Remarks

Prints this property list out to the specified output stream. This method is useful for debugging.

Added in JDK1.1.

Java documentation for java.util.Properties.list(java.io.PrintWriter).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to