[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static BSONElement ByteBuffer_CLRtoBSON(
string name,
byte[] buf
)
public static BSONElement ByteBuffer_CLRtoBSON(
string name,
byte[] buf
)
Public Shared Function ByteBuffer_CLRtoBSON (
name As String,
buf As Byte()
) As BSONElement
Public Shared Function ByteBuffer_CLRtoBSON (
name As String,
buf As Byte()
) As BSONElement
public:
static BSONElement^ ByteBuffer_CLRtoBSON(
String^ name,
array<unsigned char>^ buf
)
public:
static BSONElement^ ByteBuffer_CLRtoBSON(
String^ name,
array<unsigned char>^ buf
)
static member ByteBuffer_CLRtoBSON :
name : string *
buf : byte[] -> BSONElement
static member ByteBuffer_CLRtoBSON :
name : string *
buf : byte[] -> BSONElement
Return Value
Type:
BSONElement