Click or drag to resize

TaskPreconditionCollection.Insert Method

Inserts an item to the IList<T> at the specified index.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public void Insert(
	int index,
	TaskPrecondition item
)

Parameters

index
Type: System.Int32
The zero-based index at which item should be inserted.
item
Type: AGI.Parallel.Infrastructure.TaskPrecondition
The object to insert into the IList<T>.

Implements

IList<T>.Insert(Int32, T)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList<T>.
NotSupportedExceptionThe IList<T> is read-only.
See Also

STK Parallel Computing Server 2.10 API for .NET