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