IndentedTextWriter::WriteLine Method (UInt32)

 

Writes the text representation of a UInt32, followed by a line terminator, to the text stream.

This API is not CLS-compliant.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
[CLSCompliantAttribute(false)]
virtual void WriteLine(
	unsigned int value
) override

Parameters

value
Type: System::UInt32

A UInt32 to output.

.NET Framework
Available since 1.1
Return to top
Show: