Share via


DeploymentHistoryInfoCollection Constructors

Definition

Overloads

DeploymentHistoryInfoCollection()
DeploymentHistoryInfoCollection(ICollection)

DeploymentHistoryInfoCollection()

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

Applies to

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)

Parameters

items
ICollection

Applies to