Inserts an ULParameter in the collection at the specified index.
Public Overrides Sub Insert( ByVal index As Integer, ByVal value As Object )
public override void Insert(int index, object value)
index The zero-based index where the parameter is to be inserted within the collection.
value The ULParameter object to insert.
IndexOutOfRangeException The index is invalid.
ArgumentNullException You cannot set a parameter using a null reference (Nothing in Visual Basic).
InvalidCastException The value specified must be a ULParameter.