共用方式為


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)

適用於