次の方法で共有


VocabularyInfoCollection クラス

定義

public ref class VocabularyInfoCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class VocabularyInfoCollection : Microsoft.RuleEngine.RuleEngineCollection
type VocabularyInfoCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class VocabularyInfoCollection
Inherits RuleEngineCollection
継承
VocabularyInfoCollection
属性

コンストラクター

VocabularyInfoCollection()
VocabularyInfoCollection(ICollection)

プロパティ

Count (継承元 RuleEngineCollection)
IsFixedSize (継承元 RuleEngineCollection)
IsReadOnly (継承元 RuleEngineCollection)
IsSynchronized (継承元 RuleEngineCollection)
Item[Int32]
ItemType (継承元 RuleEngineCollection)
SyncRoot (継承元 RuleEngineCollection)

メソッド

Add(Object) (継承元 RuleEngineCollection)
Add(VocabularyInfo)
AddRange(ICollection)
Clear() (継承元 RuleEngineCollection)
Clone()
Contains(Object) (継承元 RuleEngineCollection)
Contains(VocabularyInfo)
CopyTo(Array, Int32) (継承元 RuleEngineCollection)
CopyTo(VocabularyInfo[], Int32)
GetEnumerator() (継承元 RuleEngineCollection)
IndexOf(Object) (継承元 RuleEngineCollection)
IndexOf(VocabularyInfo)
Insert(Int32, Object) (継承元 RuleEngineCollection)
Insert(Int32, VocabularyInfo)
Remove(Object) (継承元 RuleEngineCollection)
Remove(VocabularyInfo)
RemoveAt(Int32) (継承元 RuleEngineCollection)

適用対象