RemoveAt(Int32) method

Removes the parameter at the specified index in 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. The value must be in the range [0,ULParameterCollection.Count-1]. The first parameter in the collection has an index value of zero.

See also