Amazon.ECS.Model.EditorialReviews.WithEditorialReview C# (CSharp) 메소드

WithEditorialReview() 공개 메소드

Sets the EditorialReview property
public WithEditorialReview ( ) : EditorialReviews
리턴 EditorialReviews
        public EditorialReviews WithEditorialReview(params EditorialReview[] list)
        {
            foreach (EditorialReview item in list)
            {
                EditorialReview.Add(item);
            }
            return this;
        }