Interface ITuple
Set of facts matched by the rules engine.
public interface ITuple
Properties
Count
Number of facts in the tuple.
int Count { get; }
Property Value
Facts
Facts in the tuple, representing a partial match in the engine's working memory.
IEnumerable<IFact> Facts { get; }
Property Value
Remarks
Facts in the tuple are stored in the reverse order.