Click or drag to resize

SegmentPropagatorAdapters Property

Gets a list of the StateElementAdapters that this segment can use in its propagation.

Namespace:  AGI.Foundation.SegmentPropagation
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