共用方式為


ActionCollection 類別

定義

public ref class ActionCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class ActionCollection : Microsoft.RuleEngine.RuleEngineCollection
type ActionCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class ActionCollection
Inherits RuleEngineCollection
繼承
ActionCollection
屬性

建構函式

ActionCollection()
ActionCollection(ICollection)

屬性

Count (繼承來源 RuleEngineCollection)
IsFixedSize (繼承來源 RuleEngineCollection)
IsReadOnly (繼承來源 RuleEngineCollection)
IsSynchronized (繼承來源 RuleEngineCollection)
Item[Int32]
ItemType (繼承來源 RuleEngineCollection)
SyncRoot (繼承來源 RuleEngineCollection)

方法

Add(Function)
Add(Object) (繼承來源 RuleEngineCollection)
AddRange(ICollection)
Clear() (繼承來源 RuleEngineCollection)
Clone()
Contains(Function)
Contains(Object) (繼承來源 RuleEngineCollection)
CopyTo(Array, Int32) (繼承來源 RuleEngineCollection)
CopyTo(Function[], Int32)
GetEnumerator() (繼承來源 RuleEngineCollection)
IndexOf(Function)
IndexOf(Object) (繼承來源 RuleEngineCollection)
Insert(Int32, Function)
Insert(Int32, Object) (繼承來源 RuleEngineCollection)
Remove(Function)
Remove(Object) (繼承來源 RuleEngineCollection)
RemoveAt(Int32) (繼承來源 RuleEngineCollection)

適用於