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