PrintStream.AppendAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppendAsync(Char) | |
AppendAsync(ICharSequence) | |
AppendAsync(ICharSequence, Int32, Int32) |
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)
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
- csq
- ICharSequence
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
- csq
- ICharSequence
- 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.