Option.Add

Option.Add method

Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.

public void Add(params IOptionItem[] items)
ParameterTypeDescription
itemsIOptionItem[]List of items to add.

See Also