[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
BSONBinary class
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public BSONBinary(
BSONBinaryType type,
byte[] data
)
public BSONBinary(
BSONBinaryType type,
byte[] data
)
Public Sub New (
type As BSONBinaryType,
data As Byte()
)
Public Sub New (
type As BSONBinaryType,
data As Byte()
)
public:
BSONBinary(
BSONBinaryType type,
array<unsigned char>^ data
)
public:
BSONBinary(
BSONBinaryType type,
array<unsigned char>^ data
)
new :
type : BSONBinaryType *
data : byte[] -> BSONBinary
new :
type : BSONBinaryType *
data : byte[] -> BSONBinary