StoppablePropagator.Adapters 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<StateElementAdapter> Adapters { get; }
Public ReadOnly Property Adapters As IList(Of StateElementAdapter)
Get
public:
property IList<StateElementAdapter^>^ Adapters {
IList<StateElementAdapter^>^ get ();
}
member Adapters : IList<StateElementAdapter> with get
Property Value
Type:
IList<StateElementAdapter>
See Also