Table of Contents

Method VisitElementInitList

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

VisitElementInitList(ReadOnlyCollection<ElementInit>)

Visits an ElementInit list.

protected virtual IEnumerable<ElementInit> VisitElementInitList(ReadOnlyCollection<ElementInit> nodes)

Parameters

nodes ReadOnlyCollection<ElementInit>

The ElementInit list.

Returns

IEnumerable<ElementInit>

The ElementInit list (possibly modified).