Writes an integer with a line break to the stream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public override void WriteLine( int value ) |
| Visual Basic |
|---|
Public Overrides Sub WriteLine ( _ value As Integer _ ) |
| Visual C++ |
|---|
public: virtual void WriteLine( int value ) override |
Parameters
- value
- Type: System..::..Int32
Integer value to write.