Table of Contents

Method VisitElementInitList

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.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).