Remove Method

Removes the AseParameter that was passed into the method from the collection.

Syntax

void Remove( object value )

Parameters

value – the AseParameter object to remove from the collection.

Implements

IList.Remove