Click or drag to resize

BsonClassMapGetMemberMap Method

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

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public BsonMemberMap GetMemberMap(
	string memberName
)

Parameters

memberName
Type: SystemString
The member name.

Return Value

Type: BsonMemberMap
The member map (or null if the member was not found).
See Also