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