Share via


ArgumentCollection.Item[Int32] Property

Definition

public:
 property Microsoft::RuleEngine::Term ^ default[int] { Microsoft::RuleEngine::Term ^ get(int index); void set(int index, Microsoft::RuleEngine::Term ^ value); };
public Microsoft.RuleEngine.Term this[int index] { get; set; }
member this.Item(int) : Microsoft.RuleEngine.Term with get, set
Default Public Property Item(index As Integer) As Term

Parameters

index
Int32

Property Value

Applies to