[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitList``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.Func{``0,``0})"]

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

Syntax

C#
public ReadOnlyCollection<T> VisitList<T>(
	ReadOnlyCollection<T> list,
	Func<T, T> visitMethod
)
where T : class
Visual Basic
Public Function VisitList(Of T As Class) ( _
	list As ReadOnlyCollection(Of T), _
	visitMethod As Func(Of T, T) _
) As ReadOnlyCollection(Of T)
Visual C++
public:
generic<typename T>
where T : ref class
ReadOnlyCollection<T>^ VisitList(
	ReadOnlyCollection<T>^ list, 
	Func<T, T>^ visitMethod
)

Parameters

list
Type: System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'T>)>)>

[Missing <param name="list"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitList``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.Func{``0,``0})"]

visitMethod
Type: System..::..Func<(Of <(<'T, T>)>)>

[Missing <param name="visitMethod"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitList``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.Func{``0,``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitList``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.Func{``0,``0})"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitList``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.Func{``0,``0})"]

See Also