Source code accompanying the video https://youtu.be/Pp7T-O3dIrs
In C#, an enum represents a single named value. But with a little bit of work, we can store multiple value in a single enum variable.
Source code accompanying the video https://youtu.be/Pp7T-O3dIrs
In C#, an enum represents a single named value. But with a little bit of work, we can store multiple value in a single enum variable.