Table of Contents

Method FinalizeResult

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

FinalizeResult(object)

Finalizes the result.

protected abstract TValue FinalizeResult(object accumulator)

Parameters

accumulator object

The accumulator.

Returns

TValue

The result.