DynamicDocumentBaseSerializerTCreateDocument Method |
Creates the document.
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax protected abstract T CreateDocument()
Protected MustOverride Function CreateDocument As T
abstract CreateDocument : unit -> 'T
Return Value
Type:
TA
TSee Also