DictionaryInterfaceImplementerSerializerTDictionary Constructor (DictionaryRepresentation) |
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public DictionaryInterfaceImplementerSerializer(
DictionaryRepresentation dictionaryRepresentation
)
Public Sub New (
dictionaryRepresentation As DictionaryRepresentation
)
new :
dictionaryRepresentation : DictionaryRepresentation -> DictionaryInterfaceImplementerSerializer
Parameters
- dictionaryRepresentation
- Type: MongoDB.Bson.Serialization.OptionsDictionaryRepresentation
The dictionary representation.
See Also