Provides a framework for defining types that can be used to pass constant & static values as generic type arguments. These can be used in static contexts (such as static constructors & static methods), reduce the need to pass arguments through instance constructors, add compile-time validation, and more.
Put together the State Machine sample & supporting documentation.
The State Machine sample will use const type arguments to control state machine transitions.