Amazon.ECS.Model.HelpResponse.WithInformation C# (CSharp) Метод

WithInformation() публичный Метод

Sets the Information property
public WithInformation ( ) : HelpResponse
Результат HelpResponse
        public HelpResponse WithInformation(params Information[] list)
        {
            foreach (Information item in list)
            {
                Information.Add(item);
            }
            return this;
        }