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

要移除之結構描述名稱其以零為起始的索引。

實作

例外狀況

以零為起始的索引小於零或等於集合的大小。

適用於