Amazon.ECS.Model.ItemAttributes.WithMaterialTypeSetElement C# (CSharp) 메소드

WithMaterialTypeSetElement() 공개 메소드

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