LazyBsonDocumentMaterialize Method |
Materializes the BsonDocument.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax protected override IEnumerable<BsonElement> Materialize()
Protected Overrides Function Materialize As IEnumerable(Of BsonElement)
abstract Materialize : unit -> IEnumerable<BsonElement>
override Materialize : unit -> IEnumerable<BsonElement>
Return Value
Type:
IEnumerableBsonElementThe materialized elements.
See Also