Method AddRange
AddRange(IEnumerable<string>)
Adds the elements of the specified collection to the end.
void AddRange(IEnumerable<string> items)
Parameters
itemsIEnumerable<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
choicesIPropertyGridChoicesIPropertyGridChoices 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
itemsIEnumerable<object>The collection whose elements should be added to the end.