共用方式為


ArgumentCollection 建構函式

定義

多載

ArgumentCollection()
ArgumentCollection(ICollection)

ArgumentCollection()

public:
 ArgumentCollection();
public ArgumentCollection ();
Public Sub New ()

適用於

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)

參數

items
ICollection

適用於