Method DeepClone

| MongoDB CSharp Driver API Reference (original) (raw)

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.