ReadOnlyDictionaryInterfaceImplementerSerializerTDictionary, TKey, TValueFinalizeAccumulator Method  | 
 
            Finalizes an accumulator.
            
 
    Namespace: 
   MongoDB.Bson.Serialization.Serializers
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxprotected override TDictionary FinalizeAccumulator(
	ICollection<KeyValuePair<TKey, TValue>> accumulator
)
Protected Overrides Function FinalizeAccumulator ( 
	accumulator As ICollection(Of KeyValuePair(Of TKey, TValue))
) As TDictionary
abstract FinalizeAccumulator : 
        accumulator : ICollection<KeyValuePair<'TKey, 'TValue>> -> 'TDictionary 
override FinalizeAccumulator : 
        accumulator : ICollection<KeyValuePair<'TKey, 'TValue>> -> 'TDictionary Parameters
- accumulator
 - Type: System.Collections.GenericICollectionKeyValuePairTKey, TValue
The accumulator to finalize 
Return Value
Type: 
TDictionaryThe instance.
See Also