Method AddRange
AddRange<T>(IEnumerable<T>)
Add a set of elements to the current selection.
Declaration
public static void AddRange<T>(IEnumerable<T> elements) where T : ISelectableElement
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | elements | The set of ISelectableElement to add to the selection. |
Type Parameters
Name | Description |
---|---|
T |