Click or drag to resize
DebugWriteLine Method (String, Object)
Writes a formatted message followed by a line terminator to the trace listeners in the System.Diagnostics.Debug.Listeners collection.

Namespace: System.Diagnostics
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public static void WriteLine(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
A composite format string (see Remarks) that contains text intermixed with zero or more format items, which correspond to objects in the args array.
args
Type: SystemObject
An object array that contains zero or more objects to format.
See Also