Writer.AppendAsync Method

Definition

Overloads

AppendAsync(ICharSequence)
AppendAsync(Char)
AppendAsync(ICharSequence, Int32, Int32)

AppendAsync(ICharSequence)

public System.Threading.Tasks.Task<Java.Lang.IAppendable?> AppendAsync (Java.Lang.ICharSequence? csq);
member this.AppendAsync : Java.Lang.ICharSequence -> System.Threading.Tasks.Task<Java.Lang.IAppendable>

Parameters

Returns

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

AppendAsync(Char)

public System.Threading.Tasks.Task<Java.Lang.IAppendable?> AppendAsync (char c);
member this.AppendAsync : char -> System.Threading.Tasks.Task<Java.Lang.IAppendable>

Parameters

c
Char

Returns

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

AppendAsync(ICharSequence, Int32, Int32)

public System.Threading.Tasks.Task<Java.Lang.IAppendable?> AppendAsync (Java.Lang.ICharSequence? csq, int start, int end);
member this.AppendAsync : Java.Lang.ICharSequence * int * int -> System.Threading.Tasks.Task<Java.Lang.IAppendable>

Parameters

start
Int32
end
Int32

Returns

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