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