[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitElementInitList(System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.ElementInit})"]

Namespace: Remotion.Linq.Parsing
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual ReadOnlyCollection<ElementInit> VisitElementInitList(
	ReadOnlyCollection<ElementInit> expressions
)
Visual Basic
Protected Overridable Function VisitElementInitList ( _
	expressions As ReadOnlyCollection(Of ElementInit) _
) As ReadOnlyCollection(Of ElementInit)
Visual C++
protected:
virtual ReadOnlyCollection<ElementInit^>^ VisitElementInitList(
	ReadOnlyCollection<ElementInit^>^ expressions
)

Parameters

expressions
Type: System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'ElementInit>)>)>

[Missing <param name="expressions"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitElementInitList(System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.ElementInit})"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitElementInitList(System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.ElementInit})"]

See Also