定义属性表所使用的集合接口。

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

语法

C#
public interface ICollectionBase<T> : IEnumerable<T>, 
	IEnumerable

类型参数

T
此集合聚合的类型。

请参见