交换指定索引处的对象。

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

语法

C#
public void Exchange(
	int index1,
	int index2
)

参数

index1
Type: System..::.Int32
需要进行交换操作项的索引。
index2
Type: System..::.Int32
需要进行交换操作项的索引。

请参见