[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.PredefinedTransformations.KeyValuePairNewExpressionTransformer.CanAddMembers(System.Type,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 bool CanAddMembers(
	Type instantiatedType,
	ReadOnlyCollection<Expression> arguments
)
Visual Basic
Protected Overrides Function CanAddMembers ( _
	instantiatedType As Type, _
	arguments As ReadOnlyCollection(Of Expression) _
) As Boolean
Visual C++
protected:
virtual bool CanAddMembers(
	Type^ instantiatedType, 
	ReadOnlyCollection<Expression^>^ arguments
) override

Parameters

instantiatedType
Type: System..::..Type

[Missing <param name="instantiatedType"/> documentation for "M:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.PredefinedTransformations.KeyValuePairNewExpressionTransformer.CanAddMembers(System.Type,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.KeyValuePairNewExpressionTransformer.CanAddMembers(System.Type,System.Collections.ObjectModel.ReadOnlyCollection{System.Linq.Expressions.Expression})"]

Return Value

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

See Also