Amazon.ECS.Model.SellerListings.WithSellerListing C# (CSharp) Method

WithSellerListing() public method

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