Table of Contents

Method Merge

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

Merge(BsonSerializationInfo)

Merges the new BsonSerializationInfo by taking its properties and concatenating its ElementName.

[Obsolete("This method is no longer relevant because field names are now allowed to contain dots.")]
public BsonSerializationInfo Merge(BsonSerializationInfo newSerializationInfo)

Parameters

newSerializationInfo BsonSerializationInfo

The new info.

Returns

BsonSerializationInfo

A new BsonSerializationInfo.