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;
        }