Click or drag to resize

SwitchableSegmentResultsAdaptersFromAlternateSegmentToPrimary Property

Gets the adapters that go from the AlternateSegment to the PrimarySegment. This will be an empty list if the PrimarySegment was propagated.

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

Property Value

Type: IListStateElementAdapter
See Also