Click or drag to resize
BsonArray.GetEnumerator Method
Gets an enumerator that can enumerate the elements of the array.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public virtual IEnumerator<BsonValue> GetEnumerator()

Return Value

Type: IEnumerator<BsonValue>
An enumerator.

Implements

IEnumerable<T>.GetEnumerator()
See Also