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