Game Development Reference
In-Depth Information
So once you have your collection ready, the next step is to define an enumeration in C# as
follows, for example, using the previous states:
enum TvState
{
Off,
On,
Menu
}
Search WWH ::




Custom Search