InitialStateSegmentT Constructor (T) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic InitialStateSegment(
T state
)
Public Sub New (
state As T
)
public:
InitialStateSegment(
T state
)
new :
state : 'T -> InitialStateSegment
Parameters
- state
- Type: T
The initial state that this
segment will propagate.
See Also