Table of Contents

Constructor Member

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

Member(string, long, bool)

Initializes a new instance of the SerializerHelper.Member class.

public Member(string elementName, long flag, bool isOptional = false)

Parameters

elementName string

The name of the element.

flag long

The flag.

isOptional bool

Whether the member is optional.