Click or drag to resize
DictionarySerializerBaseTDictionary Constructor (DictionaryRepresentation)

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public DictionarySerializerBase(
	DictionaryRepresentation dictionaryRepresentation
)

Parameters

dictionaryRepresentation
Type: MongoDB.Bson.Serialization.OptionsDictionaryRepresentation
The dictionary representation.
See Also