Click or drag to resize

ReadOnlyDictionaryInterfaceImplementerSerializer<TDictionary, TKey, TValue>.FinalizeAccumulator Method

Finalizes an accumulator.

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
protected override TDictionary FinalizeAccumulator(
	ICollection<KeyValuePair<TKey, TValue>> accumulator
)

Parameters

accumulator
Type: System.Collections.Generic.ICollection<KeyValuePair<TKey, TValue>>
The accumulator to finalize

Return Value

Type: TDictionary
The instance.
See Also