DeploymentHistoryInfoCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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