Table of Contents

Method GetEnumerator

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

GetEnumerator()

Gets an enumerator that can be used to enumerate the elements of this document.

public virtual IEnumerator<BsonElement> GetEnumerator()

Returns

IEnumerator<BsonElement>

An enumerator.