Click or drag to resize
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.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public void Write(
	TextWriter writer = null
)

Parameters

writer (Optional)
Type: System.IOTextWriter
Writer
See Also