Click or drag to resize

UpdateSegment.Updates Property

Gets the list of updates that will happen to the state when this segment is propagated.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IList<StateUpdaterDefinition> Updates { get; }

Property Value

Type: IList<StateUpdaterDefinition>
See Also