ActivityCollection.RemoveAt(Int32) 方法

定义

删除Activity指定ICollection位置处的index

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

参数

index
Int32

从零开始的索引中的位置,从集合中删除活动。

实现

注解

如果索引无效(范围不足),则会发生运行时异常。

适用于