Class SerializerHelper.Member
- Namespace
 - MongoDB.Bson.Serialization.Serializers
 
- Assembly
 - MongoDB.Bson.dll
 
Represents information about a member.
public class SerializerHelper.Member
  - Inheritance
 - 
      
      SerializerHelper.Member
 
- Inherited Members
 
- Extension Methods
 
Constructors
- Member(string, long, bool)
 Initializes a new instance of the SerializerHelper.Member class.
Properties
- ElementName
 Gets the name of the element.
- Flag
 Gets the flag.
- IsOptional
 Gets a value indicating whether this member is optional.