ActionCollection 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
ActionCollection() | |
ActionCollection(ICollection) |
ActionCollection()
public:
ActionCollection();
public ActionCollection ();
Public Sub New ()
Applies to
ActionCollection(ICollection)
public:
ActionCollection(System::Collections::ICollection ^ items);
public ActionCollection (System.Collections.ICollection items);
new Microsoft.RuleEngine.ActionCollection : System.Collections.ICollection -> Microsoft.RuleEngine.ActionCollection
Public Sub New (items As ICollection)
Parameters
- items
- ICollection