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