Click or drag to resize

UpdateSegmentUpdates 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: 24.1.418.0 (24.1.418.0)
Syntax
public IList<StateUpdaterDefinition> Updates { get; }

Property Value

Type: IListStateUpdaterDefinition
See Also