RemoveAt
RemoveAt(int)
删除指定索引处的元素。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要移除的元素的索引值。 |
也可以看看
RemoveAt(string)
移除指定名称的元素。
public void RemoveAt(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 要移除的元素的名称。 |
删除指定索引处的元素。
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要移除的元素的索引值。 |
移除指定名称的元素。
public void RemoveAt(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 要移除的元素的名称。 |