LazyBsonArrayClone Method |
Creates a shallow clone of the array (see also DeepClone).
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public override BsonValue Clone()
Public Overrides Function Clone As BsonValue
abstract Clone : unit -> BsonValue
override Clone : unit -> BsonValue
Return Value
Type:
BsonValueA shallow clone of the array.
See Also