Click or drag to resize

StoppablePropagatorAdapters Property

Gets the list of StateElementAdapters that must be applied to the passed in initial state. Note these should not be applied to the stored initial state if no initial state was passed in.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<StateElementAdapter> Adapters { get; }

Property Value

Type: IListStateElementAdapter
See Also