For internal use.

Namespace:  C1.C1Preview.Debug
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static void WriteLine(
	string formatMask,
	params Object[] args
)
Visual Basic
Public Shared Sub WriteLine ( _
	formatMask As String, _
	ParamArray args As Object() _
)

Parameters

formatMask
Type: System..::..String
args
Type: array<System..::..Object>[]()[][]

See Also