[This is preliminary documentation and is subject to change.]
Reads BSON element type from stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static BSONElementType ReadElementType(
Stream stream
)
public static BSONElementType ReadElementType(
Stream stream
)
Public Shared Function ReadElementType (
stream As Stream
) As BSONElementType
Public Shared Function ReadElementType (
stream As Stream
) As BSONElementType
public:
static BSONElementType ReadElementType(
Stream^ stream
)
public:
static BSONElementType ReadElementType(
Stream^ stream
)
static member ReadElementType :
stream : Stream -> BSONElementTypestatic member ReadElementType :
stream : Stream -> BSONElementTypeReturn Value
Type:
BSONElementType