Method
Description
Used to Print to the terminal in ConsoleApplications.
Notes
The Print method performs the same operation as a call to the WriteLine method of the StandardOutputStream class.
Sample code
Print("App started.")
Compatibility
All project types on all supported operating systems.
See also
ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetDesktop constant.