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