Amazon.ECS.Model.HelpResponse.WithInformation C# (CSharp) Méthode

WithInformation() public méthode

Sets the Information property
public WithInformation ( ) : HelpResponse
Résultat HelpResponse
        public HelpResponse WithInformation(params Information[] list)
        {
            foreach (Information item in list)
            {
                Information.Add(item);
            }
            return this;
        }