Writer.WriteAsync 方法

定义

重载

WriteAsync(Char[])
WriteAsync(Int32)
WriteAsync(String)
WriteAsync(Char[], Int32, Int32)
WriteAsync(String, Int32, Int32)

WriteAsync(Char[])

public System.Threading.Tasks.Task WriteAsync (char[]? cbuf);
member this.WriteAsync : char[] -> System.Threading.Tasks.Task

参数

cbuf
Char[]

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

WriteAsync(Int32)

public System.Threading.Tasks.Task WriteAsync (int c);
member this.WriteAsync : int -> System.Threading.Tasks.Task

参数

c
Int32

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

WriteAsync(String)

public System.Threading.Tasks.Task WriteAsync (string? str);
member this.WriteAsync : string -> System.Threading.Tasks.Task

参数

str
String

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

WriteAsync(Char[], Int32, Int32)

public System.Threading.Tasks.Task WriteAsync (char[]? cbuf, int off, int len);
member this.WriteAsync : char[] * int * int -> System.Threading.Tasks.Task

参数

cbuf
Char[]
off
Int32
len
Int32

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

WriteAsync(String, Int32, Int32)

public System.Threading.Tasks.Task WriteAsync (string? str, int off, int len);
member this.WriteAsync : string * int * int -> System.Threading.Tasks.Task

参数

str
String
off
Int32
len
Int32

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于