将某项添加到 System.Collections.Generic.ICollection 中。

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

语法

C#
public void Add(
	WorkEnvironment item
)

参数

item
Type: SuperMap.Desktop..::.WorkEnvironment
要添加到 WorkEnvironmentCollection 的对象。

实现

ICollection<(Of <(T>)>)..::.Add(T)

请参见