TestContext.

WriteLine(ulong) Method

Summary

Write the string representation of a UInt64 value to the current result followed by a line terminator
Namespace
TCLite
Containing Type
TestContext

Syntax

public static void WriteLine(ulong value)

Parameters

Name Type Description
value ulong

Return Value

Type Description
void