Amazon.ECS.Model.SellerListingSearchResponse.WithSellerListings C# (CSharp) Метод

WithSellerListings() публичный Метод

Sets the SellerListings property
public WithSellerListings ( ) : SellerListingSearchResponse
Результат SellerListingSearchResponse
        public SellerListingSearchResponse WithSellerListings(params SellerListings[] list)
        {
            foreach (SellerListings item in list)
            {
                SellerListings.Add(item);
            }
            return this;
        }