Table of Contents

Method GetMemberMapForElement

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

GetMemberMapForElement(string)

Gets the member map for a BSON element.

public BsonMemberMap GetMemberMapForElement(string elementName)

Parameters

elementName string

The name of the element.

Returns

BsonMemberMap

The member map.