MongoDB.Bson.LazyBsonDocument.Materialize C# (CSharp) Method

Materialize() protected method

Materializes the BsonDocument.
protected Materialize ( ) : IEnumerable
return IEnumerable
        protected override IEnumerable<BsonElement> Materialize()
        {
            return MaterializeThisLevel();
        }