BsonSerializationInfoMerge Method |
Note: This API is now obsolete.
Merges the new BsonSerializationInfo by taking its properties and concatenating its ElementName.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax [ObsoleteAttribute("This method is no longer relevant because field names are now allowed to contain dots.")]
public BsonSerializationInfo Merge(
BsonSerializationInfo newSerializationInfo
)
<ObsoleteAttribute("This method is no longer relevant because field names are now allowed to contain dots.")>
Public Function Merge (
newSerializationInfo As BsonSerializationInfo
) As BsonSerializationInfo
[<ObsoleteAttribute("This method is no longer relevant because field names are now allowed to contain dots.")>]
member Merge :
newSerializationInfo : BsonSerializationInfo -> BsonSerializationInfo
Parameters
- newSerializationInfo
- Type: MongoDB.Bson.SerializationBsonSerializationInfo
The new info.
Return Value
Type:
BsonSerializationInfoA new BsonSerializationInfo.
See Also