Click or drag to resize
ReadOnlyCollectionSerializerTItemFinalizeResult Method
Finalizes the result.

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
protected override ReadOnlyCollection<TItem> FinalizeResult(
	Object accumulator
)

Parameters

accumulator
Type: SystemObject
The accumulator.

Return Value

Type: ReadOnlyCollectionTItem
The final result.
See Also