| ModelCollectionTInsertRange Method |
Inserts the elements of the specified collection at the specified position.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public void InsertRange(
int index,
IEnumerable<T> collection
)
Public Sub InsertRange (
index As Integer,
collection As IEnumerable(Of T)
)
Parameters
- index
- Type: SystemInt32
0-based index at which insert starts. - collection
- Type: System.Collections.GenericIEnumerableT
Elements to insert.
Exceptions See Also