Click or drag to resize
DebugWriteLine Method (Object)
Writes the value of the object's System.Object.ToString() method 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(
	Object value
)

Parameters

value
Type: SystemObject
An object whose name is sent to the System.Diagnostics.Debug.Listeners.
See Also