Table of Contents

Method GetEnumerator

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

GetEnumerator()

Gets an enumerator that can enumerate the elements of the array.

public override IEnumerator<BsonValue> GetEnumerator()

Returns

IEnumerator<BsonValue>

An enumerator.