[This is preliminary documentation and is subject to change.]
Reads 64-bit int from stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static long ReadInt64(
Stream stream
)
public static long ReadInt64(
Stream stream
)
Public Shared Function ReadInt64 (
stream As Stream
) As Long
Public Shared Function ReadInt64 (
stream As Stream
) As Long
public:
static long long ReadInt64(
Stream^ stream
)
public:
static long long ReadInt64(
Stream^ stream
)
static member ReadInt64 :
stream : Stream -> int64static member ReadInt64 :
stream : Stream -> int64Return Value
Type:
Int64