| UInt128WriterRead Method |
Reads a value from the specified reader.
Namespace:
Ookii.Jumbo.Jet.Samples.IO
Assembly:
Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax public UInt128 Read(
BinaryReader reader
)
Public Function Read (
reader As BinaryReader
) As UInt128
public:
virtual UInt128 Read(
BinaryReader^ reader
) sealed
abstract Read :
reader : BinaryReader -> UInt128
override Read :
reader : BinaryReader -> UInt128
Parameters
- reader
- Type: System.IOBinaryReader
The reader.
Return Value
Type:
UInt128The deserialized value.
Implements
IValueWriterTRead(BinaryReader)See Also