Click or drag to resize

DictionaryInterfaceImplementerSerializerTDictionary, TKey, TValueCreateAccumulator Method

Creates an accumulator.

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

Return Value

Type: ICollectionKeyValuePairTKey, TValue
The accumulator.
See Also