Method AddRange
AddRange(IEnumerable<string>)
Adds the elements of the specified collection to the end.
void AddRange(IEnumerable<string> items)
Parameters
items
IEnumerable<string>The collection whose elements should be added to the end.
AddRange(IPropertyGridChoices)
Adds the elements of the IPropertyGridChoices to the end.
void AddRange(IPropertyGridChoices choices)
Parameters
choices
IPropertyGridChoicesIPropertyGridChoices whose elements should be added to the end.
AddRange(IEnumerable<object>)
Adds the elements of the specified collection to the end.
void AddRange(IEnumerable<object> items)
Parameters
items
IEnumerable<object>The collection whose elements should be added to the end.