ByteArrayChunk Constructor (Int32) |
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public ByteArrayChunk(
int size
)
Public Sub New (
size As Integer
)
new :
size : int -> ByteArrayChunk
Parameters
- size
- Type: SystemInt32
The size.
See Also