MimerParameterCollection.Insert Method
Inserts the MimerParameter into the collection at the index specified.
[Visual Basic]NotOverridable Public Sub Insert( _
ByVal
index As
Integer, _
ByVal
parameterValue As
Object _
) Implements _
IList.Insert
Parameters
- index
- The zero-based index where the parameter is to be inserted within the collection.
- parameterValue
- The MimerParameter to add to the collection.
Implements
IList.Insert
Exceptions
See Also
MimerParameterCollection Class | Mimer.Data.Client Namespace