OperationParameterInfoCollection.RemoveAt(Int32) メソッド

定義

OperationParameterInfoCollection の指定したインデックスにある要素を削除します。

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

削除する OperationParameterInfo の 0 から始まるインデックス。

実装

適用対象