次の方法で共有


DeploymentHistoryInfoCollection コンストラクター

定義

オーバーロード

DeploymentHistoryInfoCollection()
DeploymentHistoryInfoCollection(ICollection)

DeploymentHistoryInfoCollection()

public:
 DeploymentHistoryInfoCollection();
public DeploymentHistoryInfoCollection ();
Public Sub New ()

適用対象

DeploymentHistoryInfoCollection(ICollection)

public:
 DeploymentHistoryInfoCollection(System::Collections::ICollection ^ items);
public DeploymentHistoryInfoCollection (System.Collections.ICollection items);
new Microsoft.RuleEngine.DeploymentHistoryInfoCollection : System.Collections.ICollection -> Microsoft.RuleEngine.DeploymentHistoryInfoCollection
Public Sub New (items As ICollection)

パラメーター

items
ICollection

適用対象