RemoveAt(Int32) method

Removes the specified SAParameter object from the collection.

Syntax
Visual Basic

Public Overrides Sub RemoveAt( _
   ByVal index As Integer _
)
C#

public override void RemoveAt(
   int index
);
Parameters
  • index   The zero-based index of the parameter to remove.

See also