Java.IO.Writer.Append Method
Appends the character c to the target.

Syntax

[Android.Runtime.Register("append", "(C)Ljava/lang/Appendable;", "GetAppend_CHandler")]
public virtual Java.Lang.IAppendable Append (char c)

Parameters

c
the character to append to the target stream.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif this writer is closed or another I/O error occurs.

Remarks

Appends the character c to the target. This method works the same way as Writer.Write(int).

[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