AttendeeCollection.RemoveAt(Int32) メソッド

定義

コレクションから出席者を削除します。

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

コレクションから削除する出席者のインデックス。

適用対象