Amazon.ECS.Model.SellerListings.WithSellerListing C# (CSharp) 메소드

WithSellerListing() 공개 메소드

Sets the SellerListing property
public WithSellerListing ( ) : SellerListings
리턴 SellerListings
        public SellerListings WithSellerListing(params SellerListing[] list)
        {
            foreach (SellerListing item in list)
            {
                SellerListing.Add(item);
            }
            return this;
        }