Amazon.ECS.Model.MerchantItemAttributes.WithSupportedImageType C# (CSharp) Метод

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

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