Table of Contents

Method GetMemberMap

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

GetMemberMap(string)

Gets a member map (only considers members declared in this class).

public BsonMemberMap GetMemberMap(string memberName)

Parameters

memberName string

The member name.

Returns

BsonMemberMap

The member map (or null if the member was not found).