BenchmarkResultWrite Method |
Writes the formatted information about the results using the specified writer.
Uses the System.Console.Out writer if no writer is specified.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax public void Write(
TextWriter writer = null
)
Parameters
- writer (Optional)
- Type: System.IOTextWriter
Writer
See Also