RhinoCommon API
RhinoListTAddRange Method (IEnumerableT) |
Adds the elements of the specified collection to the end of the List.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public void AddRange( IEnumerable<T> collection )
Public Sub AddRange ( collection As IEnumerable(Of T) )
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection whose elements should be added to the end of the List. The collection itself cannot be a null reference (Nothing in Visual Basic), but it can contain elements that are a null reference (Nothing in Visual Basic), if type T is a reference type.
