Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Removes the specified SAParameter object from the collection.
Visual BasicPublic Overrides Sub RemoveAt( _ ByVal index As Integer _)
C#public override void RemoveAt( int index);
index The zero-based index of the parameter to remove.