Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从集合中删除指定索引处的参数。
Public Overrides Sub RemoveAt(ByVal index As Integer)
public override void RemoveAt(int index)
index 要删除的参数的索引(从零开始)。值必须在 [0,ULParameterCollection.Count-1] 范围内。集合中第一个参数的索引值为 0。
IndexOutOfRangeException 索引无效。