TraceInformation() private method

private TraceInformation ( string message ) : void
message string
return void
コード例 #1
0
 public static void Info(string message)
 => Trace.TraceInformation(AddInfo(message));