StoppablePropagatorStepTakenArgsPreviousState Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic ITimeBasedState PreviousState { get; }
Public ReadOnly Property PreviousState As ITimeBasedState
Get
public:
property ITimeBasedState^ PreviousState {
ITimeBasedState^ get ();
}
member PreviousState : ITimeBasedState with get
Property Value
Type:
ITimeBasedState
See Also