[This is preliminary documentation and is subject to change.]
Reads 32-bit int from stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static int ReadInt32(
Stream stream
)
public static int ReadInt32(
Stream stream
)
Public Shared Function ReadInt32 (
stream As Stream
) As Integer
Public Shared Function ReadInt32 (
stream As Stream
) As Integer
public:
static int ReadInt32(
Stream^ stream
)
public:
static int ReadInt32(
Stream^ stream
)
static member ReadInt32 :
stream : Stream -> intstatic member ReadInt32 :
stream : Stream -> intReturn Value
Type:
Int32