Method Clone
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
Clone()
Creates a shallow clone of the document (see also DeepClone).
public override BsonValue Clone()
Returns
A shallow clone of the document.