System.Diagnostics.Trace.WriteLineIf C# (CSharp) Method

WriteLineIf() private method

private WriteLineIf ( bool condition, string message, string category ) : void
condition bool
message string
category string
return void
        public static void WriteLineIf(bool condition, string message, string category) { }
    }

Same methods

Trace::WriteLineIf ( bool condition, object value ) : void
Trace::WriteLineIf ( bool condition, object value, string category ) : void
Trace::WriteLineIf ( bool condition, string message ) : void