Table of Contents

Method EfficientCopyTo

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

EfficientCopyTo(Stream)

Copy the current stream to the destination without making unnecessary copies of the bytes.

public void EfficientCopyTo(Stream destination)

Parameters

destination Stream

The destination stream.