Click or drag to resize

UInt128WriterWrite Method

Writes the specified value to the specified writer.

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public void Write(
	UInt128 value,
	BinaryWriter writer
)

Parameters

value
Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The value.
writer
Type: System.IOBinaryWriter
The writer.

Implements

IValueWriterTWrite(T, BinaryWriter)
See Also