次の方法で共有


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

適用対象