删除指定索引处的项。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public void RemoveAt(
	int index
)

参数

index
Type: System..::.Int32
指定的待删除项所处的索引值。

请参见