Table of Contents

Method Clone

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Clone()

Creates a shallow clone of the element (see also DeepClone).

public BsonElement Clone()

Returns

BsonElement

A shallow clone of the element.