| DictionarySerializerBaseTDictionary, TKey, TValue Constructor (DictionaryRepresentation) | 
 
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic DictionarySerializerBase(
	DictionaryRepresentation dictionaryRepresentation
)
Public Sub New ( 
	dictionaryRepresentation As DictionaryRepresentation
)
new : 
        dictionaryRepresentation : DictionaryRepresentation -> DictionarySerializerBaseParameters
- dictionaryRepresentation
- Type: MongoDB.Bson.Serialization.OptionsDictionaryRepresentation
 The dictionary representation.
 See Also
See Also