Java.Util.Properties.Store Method
Stores the mappings in this Properties object to out, putting the specified comment at the beginning.

Syntax

[Android.Runtime.Register("store", "(Ljava/io/Writer;Ljava/lang/String;)V", "GetStore_Ljava_io_Writer_Ljava_lang_String_Handler")]
public virtual void Store (Java.IO.Writer p0, string p1)

Parameters

writer
the Writer
comment
an optional comment to be written, or null

Exceptions

TypeReason
!:NoType:IOException
Java.Lang.ClassCastExceptionif a key or value is not a string
Java.IO.IOException

Remarks

Stores the mappings in this Properties object to out, putting the specified comment at the beginning.

[Android Documentation]

Requirements

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