次の方法で共有


VocabularyInfoCollection コンストラクター

定義

オーバーロード

VocabularyInfoCollection()
VocabularyInfoCollection(ICollection)

VocabularyInfoCollection()

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

適用対象

VocabularyInfoCollection(ICollection)

public:
 VocabularyInfoCollection(System::Collections::ICollection ^ items);
public VocabularyInfoCollection (System.Collections.ICollection items);
new Microsoft.RuleEngine.VocabularyInfoCollection : System.Collections.ICollection -> Microsoft.RuleEngine.VocabularyInfoCollection
Public Sub New (items As ICollection)

パラメーター

items
ICollection

適用対象