DefinitionCollection<T>.RemoveAt(Int32) 方法

定义

DefinitionCollection<T> 中删除项。

public void RemoveAt(int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit

参数

index
System.Int32

DefinitionCollection<T> 中删除 IDefinition 实例的位置。

实现

System.Collections.Generic.IList`1.RemoveAt(System.Int32)

适用于