[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitAndConvert``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.String)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual ReadOnlyCollection<T> VisitAndConvert<T>( ReadOnlyCollection<T> expressions, string callerName ) where T : Expression |
Visual Basic |
---|
Public Overridable Function VisitAndConvert(Of T As Expression) ( _ expressions As ReadOnlyCollection(Of T), _ callerName As String _ ) As ReadOnlyCollection(Of T) |
Visual C++ |
---|
public: generic<typename T> where T : Expression virtual ReadOnlyCollection<T>^ VisitAndConvert( ReadOnlyCollection<T>^ expressions, String^ callerName ) |
Parameters
- expressions
- Type: System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'T>)>)>
[Missing <param name="expressions"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitAndConvert``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.String)"]
- callerName
- Type: System..::..String
[Missing <param name="callerName"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitAndConvert``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.String)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitAndConvert``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.String)"]
Return Value
[Missing <returns> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitor.VisitAndConvert``1(System.Collections.ObjectModel.ReadOnlyCollection{``0},System.String)"]