Share via


ArgumentCollection Class

Definition

public ref class ArgumentCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class ArgumentCollection : Microsoft.RuleEngine.RuleEngineCollection
type ArgumentCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class ArgumentCollection
Inherits RuleEngineCollection
Inheritance
ArgumentCollection
Attributes

Constructors

ArgumentCollection()
ArgumentCollection(ICollection)

Properties

Count (Inherited from RuleEngineCollection)
IsFixedSize (Inherited from RuleEngineCollection)
IsReadOnly (Inherited from RuleEngineCollection)
IsSynchronized (Inherited from RuleEngineCollection)
Item[Int32]
ItemType (Inherited from RuleEngineCollection)
SyncRoot (Inherited from RuleEngineCollection)

Methods

Add(Object) (Inherited from RuleEngineCollection)
Add(Term)
AddRange(ICollection)
Clear() (Inherited from RuleEngineCollection)
Clone()
Contains(Object) (Inherited from RuleEngineCollection)
Contains(Term)
CopyTo(Array, Int32)
CopyTo(Term[], Int32)
GetEnumerator() (Inherited from RuleEngineCollection)
IndexOf(Object) (Inherited from RuleEngineCollection)
IndexOf(Term)
Insert(Int32, Object) (Inherited from RuleEngineCollection)
Insert(Int32, Term)
Remove(Object) (Inherited from RuleEngineCollection)
Remove(Term)
RemoveAt(Int32) (Inherited from RuleEngineCollection)

Applies to