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 から始まるインデックス。値は、[0,ULParameterCollection.Count-1] の範囲内であることが必要です。コレクションの最初のパラメーターのインデックス値は 0 です。
IndexOutOfRangeException インデックスは無効です。