RemoveAt

RemoveAt(string)

移除指定名称的元素。

public void RemoveAt(string name)
范围类型描述
nameString要移除的元素的名称。

也可以看看


RemoveAt(int)

删除指定索引处的元素。

public void RemoveAt(int index)
范围类型描述
indexInt32要移除的元素的索引值。

也可以看看