Table of Contents

Method Materialize

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Materialize()

Materializes the BsonArray.

protected abstract IEnumerable<BsonValue> Materialize()

Returns

IEnumerable<BsonValue>

The materialized elements.