-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.StateTransitionResult_TState_
github-actions[bot] edited this page May 8, 2026
·
3 revisions
スレッドセーフな状態遷移の結果を表します。
public readonly record struct StateTransitionResult<TState> : System.IEquatable<PosSharp.Core.StateTransitionResult<TState>>
where TState : classTState
状態の型。参照型に限定されます。
Implements System.IEquatable<PosSharp.Core.StateTransitionResult<TState>>
| Constructors | |
|---|---|
| StateTransitionResult(TState, TState, bool) | スレッドセーフな状態遷移の結果を表します。 |
| Properties | |
|---|---|
| Changed | 状態が実際に変更されたかどうか。 |
| NewState | 遷移後の状態。 |
| OldState | 遷移前の状態。 |
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
