Writes a unsigned long with a line break to the stream.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
void WriteLine( ulong value ) |
| Visual Basic |
|---|
Sub WriteLine ( _ value As ULong _ ) |
| Visual C++ |
|---|
void WriteLine( unsigned long long value ) |
Parameters
- value
- Type: System..::..UInt64
Unsigned long value to write.