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