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
ExpandoObjectThe document.
memberName
stringName of the member.
value
objectThe value.