StoppablePropagatorResults.DetectedEvents Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
IList<StoppingConditionEvent>
See Also