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
Project Types |
Console, Web |
Operating Systems |
All |
See also
ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetConsole constant.