CharBuffer.IAppendable.Append Method

Definition

Overloads

IAppendable.Append(ICharSequence)
IAppendable.Append(ICharSequence, Int32, Int32)
IAppendable.Append(Char)

IAppendable.Append(ICharSequence)

Java.Lang.IAppendable IAppendable.Append (Java.Lang.ICharSequence? csq);
abstract member Java.Lang.IAppendable.Append : Java.Lang.ICharSequence -> Java.Lang.IAppendable
override this.Java.Lang.IAppendable.Append : Java.Lang.ICharSequence -> Java.Lang.IAppendable

Parameters

Returns

Implements

Remarks

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

IAppendable.Append(ICharSequence, Int32, Int32)

Java.Lang.IAppendable IAppendable.Append (Java.Lang.ICharSequence? csq, int start, int end);
abstract member Java.Lang.IAppendable.Append : Java.Lang.ICharSequence * int * int -> Java.Lang.IAppendable
override this.Java.Lang.IAppendable.Append : Java.Lang.ICharSequence * int * int -> Java.Lang.IAppendable

Parameters

start
Int32
end
Int32

Returns

Implements

Remarks

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

IAppendable.Append(Char)

Java.Lang.IAppendable IAppendable.Append (char ch);
abstract member Java.Lang.IAppendable.Append : char -> Java.Lang.IAppendable
override this.Java.Lang.IAppendable.Append : char -> Java.Lang.IAppendable

Parameters

ch
Char

Returns

Implements

Remarks

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