获取指定索引处的项。

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

语法

C#
public Object Item[
	int index
] { get; }

参数

index
Type: System..::.Int32
指定的索引值。

返回值

指定索引处的项。

请参见