Table of Contents

Method SetValueForMember

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

SetValueForMember(ExpandoObject, string, object)

Sets the value for the member.

protected override void SetValueForMember(ExpandoObject document, string memberName, object value)

Parameters

document ExpandoObject

The document.

memberName string

Name of the member.

value object

The value.