PrintStream.PrintlnAsync 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
PrintlnAsync(String)
public System.Threading.Tasks.Task PrintlnAsync (string? x);
member this.PrintlnAsync : string -> System.Threading.Tasks.Task
Parameters
- x
- String
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
PrintlnAsync(Single)
public System.Threading.Tasks.Task PrintlnAsync (float x);
member this.PrintlnAsync : single -> System.Threading.Tasks.Task
Parameters
- x
- Single
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
PrintlnAsync(Int64)
public System.Threading.Tasks.Task PrintlnAsync (long x);
member this.PrintlnAsync : int64 -> System.Threading.Tasks.Task
Parameters
- x
- Int64
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
PrintlnAsync(Int32)
public System.Threading.Tasks.Task PrintlnAsync (int x);
member this.PrintlnAsync : int -> System.Threading.Tasks.Task
Parameters
- x
- 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
PrintlnAsync(Double)
public System.Threading.Tasks.Task PrintlnAsync (double x);
member this.PrintlnAsync : double -> System.Threading.Tasks.Task
Parameters
- x
- Double
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
PrintlnAsync(Char[])
public System.Threading.Tasks.Task PrintlnAsync (char[]? x);
member this.PrintlnAsync : char[] -> System.Threading.Tasks.Task
Parameters
- x
- 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
PrintlnAsync(Boolean)
public System.Threading.Tasks.Task PrintlnAsync (bool x);
member this.PrintlnAsync : bool -> System.Threading.Tasks.Task
Parameters
- x
- Boolean
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
PrintlnAsync(Object)
public System.Threading.Tasks.Task PrintlnAsync (Java.Lang.Object? x);
member this.PrintlnAsync : Java.Lang.Object -> System.Threading.Tasks.Task
Parameters
- x
- Object
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
PrintlnAsync()
public System.Threading.Tasks.Task PrintlnAsync ();
member this.PrintlnAsync : unit -> System.Threading.Tasks.Task
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
PrintlnAsync(Char)
public System.Threading.Tasks.Task PrintlnAsync (char x);
member this.PrintlnAsync : char -> System.Threading.Tasks.Task
Parameters
- x
- 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.