Search
BinarySerializationContext.ReadULong Method
See Also
 





Reads an unsigned long value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ulong ReadULong (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadULong( _
    reader As BinaryReader _
) As ULong

 Parameters

reader
A .NET BinaryReader to read the value from.

 Return Value

An unsigned long value.

 See Also