共用方式為


LogicalExpressionCollection 類別

定義

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

建構函式

LogicalExpressionCollection()
LogicalExpressionCollection(ICollection)

屬性

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

方法

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

適用於