ReadOnlyCollectionSubclassSerializerTValue, TItemCreateAccumulator Method |
Creates the accumulator.
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax protected override Object CreateAccumulator()
Protected Overrides Function CreateAccumulator As Object
abstract CreateAccumulator : unit -> Object
override CreateAccumulator : unit -> Object
Return Value
Type:
ObjectThe accumulator.
See Also