Table of Contents

Method CreateInstance

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

CreateInstance(BsonDocument)

Creates the instance.

protected abstract TClass CreateInstance(BsonDocument backingDocument)

Parameters

backingDocument BsonDocument

The backing document.

Returns

TClass

An instance of TClass.