ModelItemCollection.RemoveAt(Int32) 方法

定义

移除位于给定索引处的项。

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

参数

index
Int32

项的索引。

实现

适用于