Table of Contents

Method VisitElementInitList

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

VisitElementInitList(ReadOnlyCollection<ElementInit>)

Visits an ElementInit list.

protected T VisitElementInitList(ReadOnlyCollection<ElementInit> nodes)

Parameters

nodes ReadOnlyCollection<ElementInit>

The ElementInit list.

Returns

T

The result of visiting the Expressions.