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

WithPantLength() 공개 메소드

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