Click or drag to resize

ModelingListTInsertRange Method

Inserts modeling objects in the list at a specified index.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void InsertRange(
	int index,
	IEnumerable<T> collection
)

Parameters

index
Type: SystemInt32
collection
Type: System.Collections.GenericIEnumerableT
See Also