WriteLine(string)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Writes a string to the standard output, terminating it with Environment.NewLine .

Syntax

public void WriteLine(
	string data
)

See also

  • Write(string)

  • Back to index