Click or drag to resize

ModelingListTInsert Method

Inserts a modeling object 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 Insert(
	int index,
	T item
)

Parameters

index
Type: SystemInt32
item
Type: T
See Also