[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.MethodCallExpressionParser.Parse(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Linq.Expressions.MethodCallExpression)"]

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

Syntax

C#
public IExpressionNode Parse(
	string associatedIdentifier,
	IExpressionNode source,
	IEnumerable<Expression> arguments,
	MethodCallExpression expressionToParse
)
Visual Basic
Public Function Parse ( _
	associatedIdentifier As String, _
	source As IExpressionNode, _
	arguments As IEnumerable(Of Expression), _
	expressionToParse As MethodCallExpression _
) As IExpressionNode
Visual C++
public:
IExpressionNode^ Parse(
	String^ associatedIdentifier, 
	IExpressionNode^ source, 
	IEnumerable<Expression^>^ arguments, 
	MethodCallExpression^ expressionToParse
)

Parameters

associatedIdentifier
Type: System..::..String

[Missing <param name="associatedIdentifier"/> documentation for "M:Remotion.Linq.Parsing.Structure.MethodCallExpressionParser.Parse(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Linq.Expressions.MethodCallExpression)"]

source
Type: Remotion.Linq.Parsing.Structure.IntermediateModel..::..IExpressionNode

[Missing <param name="source"/> documentation for "M:Remotion.Linq.Parsing.Structure.MethodCallExpressionParser.Parse(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Linq.Expressions.MethodCallExpression)"]

arguments
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Expression>)>)>

[Missing <param name="arguments"/> documentation for "M:Remotion.Linq.Parsing.Structure.MethodCallExpressionParser.Parse(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Linq.Expressions.MethodCallExpression)"]

expressionToParse
Type: System.Linq.Expressions..::..MethodCallExpression

[Missing <param name="expressionToParse"/> documentation for "M:Remotion.Linq.Parsing.Structure.MethodCallExpressionParser.Parse(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Linq.Expressions.MethodCallExpression)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.MethodCallExpressionParser.Parse(System.String,Remotion.Linq.Parsing.Structure.IntermediateModel.IExpressionNode,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Linq.Expressions.MethodCallExpression)"]

See Also