Table of Contents

Method DeepClone

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

DeepClone()

Creates a deep clone of the document (see also Clone).

public override BsonValue DeepClone()

Returns

BsonValue

A deep clone of the document.