다음을 통해 공유


NewArrayExpression.Update(IEnumerable<Expression>) 메서드

정의

제공된 자식을 사용하여 이 식과 같은 새 식을 만듭니다. 모든 자식이 같으면 이 식을 반환합니다.

public:
 System::Linq::Expressions::NewArrayExpression ^ Update(System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression ^> ^ expressions);
public System.Linq.Expressions.NewArrayExpression Update (System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> expressions);
member this.Update : seq<System.Linq.Expressions.Expression> -> System.Linq.Expressions.NewArrayExpression
Public Function Update (expressions As IEnumerable(Of Expression)) As NewArrayExpression

매개 변수

expressions
IEnumerable<Expression>

결과의 Expressions 속성입니다.

반환

자식이 변경되지 않은 경우 이 식이고, 그러지 않은 경우 자식이 업데이트된 식입니다.

적용 대상