Insert method

Description

Inserts an AseParameter in the collection at the specified index.

Syntax

void Insert( int index object value )

Parameters

index: The zero-based index where the parameter is to be inserted within the collection.

value: The AseParameter to add to the collection.

Implements

IList.Insert