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

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

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