Click or drag to resize

ReadOnlyDictionaryInterfaceImplementerSerializerTDictionary, TKey, TValueFinalizeAccumulator Method

Finalizes an accumulator.

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

Parameters

accumulator
Type: System.Collections.GenericICollectionKeyValuePairTKey, TValue
The accumulator to finalize

Return Value

Type: TDictionary
The instance.
See Also