StoppablePropagatorResultsDetectedEvents Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<StoppingConditionEvent> DetectedEvents { get; }
Public ReadOnly Property DetectedEvents As IList(Of StoppingConditionEvent)
Get
public:
property IList<StoppingConditionEvent^>^ DetectedEvents {
IList<StoppingConditionEvent^>^ get ();
}
member DetectedEvents : IList<StoppingConditionEvent> with get
Property Value
Type:
IListStoppingConditionEventSee Also