SchemaNameCollection.RemoveAt(Int32) 方法

定义

从该集合中移除指定索引处的架构名。

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

参数

index
Int32

要移除的架构名的从零开始的索引。

实现

例外

从零开始的索引小于零或者等于集合的大小。

适用于