Click or drag to resize
SingleChunkBufferLength Property
Gets or sets the length.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public int Length { get; set; }

Property Value

Type: Int32
The length.

Implements

IByteBufferLength
See Also