[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.PredefinedTransformations.TupleNewExpressionTransformer.GetMembers(System.Reflection.ConstructorInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.Expression})"]

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

Syntax

C#
protected override MemberInfo[] GetMembers(
	ConstructorInfo constructorInfo,
	ReadOnlyCollection<Expression> arguments
)
Visual Basic
Protected Overrides Function GetMembers ( _
	constructorInfo As ConstructorInfo, _
	arguments As ReadOnlyCollection(Of Expression) _
) As MemberInfo()
Visual C++
protected:
virtual array<MemberInfo^>^ GetMembers(
	ConstructorInfo^ constructorInfo, 
	ReadOnlyCollection<Expression^>^ arguments
) override

Parameters

constructorInfo
Type: System.Reflection..::..ConstructorInfo

[Missing <param name="constructorInfo"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.PredefinedTransformations.TupleNewExpressionTransformer.GetMembers(System.Reflection.ConstructorInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.Expression})"]

arguments
Type: System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'Expression>)>)>

[Missing <param name="arguments"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.PredefinedTransformations.TupleNewExpressionTransformer.GetMembers(System.Reflection.ConstructorInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.Expression})"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.PredefinedTransformations.TupleNewExpressionTransformer.GetMembers(System.Reflection.ConstructorInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.Expression})"]

See Also