BsonElementDeepClone Method |
Creates a deep clone of the element (see also Clone).
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public BsonElement DeepClone()
Public Function DeepClone As BsonElement
member DeepClone : unit -> BsonElement
Return Value
Type:
BsonElementA deep clone of the element.
See Also