Constructor RawBsonArray
RawBsonArray(IByteBuffer)
Initializes a new instance of the RawBsonArray class.
public RawBsonArray(IByteBuffer slice)
Parameters
slice
IByteBufferThe slice.
Exceptions
- ArgumentNullException
slice
- ArgumentException
RawBsonArray cannot be used with an IByteBuffer that needs disposing.