Table of Contents

Method Materialize

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Materialize()

Materializes the BsonDocument.

protected abstract IEnumerable<BsonElement> Materialize()

Returns

IEnumerable<BsonElement>

The materialized elements.