StoppablePropagatorStepTakenArgsCurrentState 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 CurrentState { get; }
Public ReadOnly Property CurrentState As ITimeBasedState
Get
public:
property ITimeBasedState^ CurrentState {
ITimeBasedState^ get ();
}
member CurrentState : ITimeBasedState with get
Property Value
Type:
ITimeBasedState
See Also