Amazon.ECS.Model.MerchantItemAttributes.WithPlatform C# (CSharp) 메소드

WithPlatform() 공개 메소드

Sets the Platform property
public WithPlatform ( ) : MerchantItemAttributes
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithPlatform(params String[] list)
        {
            foreach (String item in list)
            {
                Platform.Add(item);
            }
            return this;
        }
MerchantItemAttributes