In The Hand LtdIn The Hand
WriteLineIf Method (condition, value)
NamespacesInTheHand.DiagnosticsTraceHelperWriteLineIf(Boolean, Object)
.NET Components for Mobility
Writes the value of the object's ToString()()()() method to the trace listeners in the Listeners collection if a condition is true.
Declaration Syntax
C#Visual Basic
public static void WriteLineIf(
	bool condition,
	Object value
)
Public Shared Sub WriteLineIf ( _
	condition As Boolean, _
	value As Object _
)
Parameters
condition (Boolean)
true to cause a message to be written; otherwise, false.
value (Object)
An object whose name is sent to the Listeners.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0