ArgumentCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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