On this pageInlineList.AddOptionsDeclaration#public void AddOptions(List<string> values)CopyParameters#NameDescriptionvaluesList of values to add.Description#Adds a list of options to the end fo the list.Usage#ExamplesampleObject.AddOptions(optionList);Copy